mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +00:00
Update .reference
This commit is contained in:
parent
b9b1d22d72
commit
378159ba74
@ -27,7 +27,7 @@ with client(name="client>", log=log) as client1:
|
|||||||
)
|
)
|
||||||
client1.expect(prompt)
|
client1.expect(prompt)
|
||||||
client1.send(f"INSERT INTO test.infile_progress FROM INFILE '{filename}'")
|
client1.send(f"INSERT INTO test.infile_progress FROM INFILE '{filename}'")
|
||||||
client1.expect("Progress: 0.00 rows, 10.00 B.*\)")
|
client1.expect("Progress: 5.00 rows, 10.00 B.*\)")
|
||||||
client1.expect(prompt)
|
client1.expect(prompt)
|
||||||
|
|
||||||
# send Ctrl-C
|
# send Ctrl-C
|
||||||
|
Loading…
Reference in New Issue
Block a user