mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Fixing tests.
This commit is contained in:
parent
4c290996dc
commit
645e0d2c0c
@ -229,10 +229,8 @@ public:
|
|||||||
{
|
{
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
connections.setFiber(&sink);
|
|
||||||
|
|
||||||
read_context.is_read_in_progress = true;
|
read_context.is_read_in_progress = true;
|
||||||
read_context.packet = connections.receivePacketUnlocked();
|
read_context.packet = connections.receivePacketUnlocked(&sink);
|
||||||
read_context.is_read_in_progress = false;
|
read_context.is_read_in_progress = false;
|
||||||
|
|
||||||
sink = std::move(sink).resume();
|
sink = std::move(sink).resume();
|
||||||
|
Loading…
Reference in New Issue
Block a user