mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
Enable test with 1M entries after the fix
This commit is contained in:
parent
c6f18bec6d
commit
6f6114993f
@ -20,8 +20,7 @@ TEST(Common, ConfigProcessorManyElements)
|
||||
|
||||
auto config_file = std::make_unique<Poco::File>(path / "config.xml");
|
||||
|
||||
/// TODO: increase this to 1M when https://github.com/pocoproject/poco/pull/3885 is fixed
|
||||
constexpr size_t element_count = 50000;
|
||||
constexpr size_t element_count = 1000000;
|
||||
|
||||
{
|
||||
DB::WriteBufferFromFile out(config_file->path());
|
||||
|
Loading…
Reference in New Issue
Block a user