Join processing thread

This commit is contained in:
alesapin 2020-11-18 23:36:25 +03:00
parent 24910a61be
commit 00186ece72

View File

@ -528,8 +528,12 @@ void TestKeeperStorage::finalize()
if (shutdown)
return;
shutdown = true;
processing_thread.join();
}
try
{
{