Enable test with 1M entries after the fix

This commit is contained in:
Alexander Gololobov 2022-11-29 15:43:00 +01:00
parent c6f18bec6d
commit 6f6114993f

View File

@ -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());