Update .reference

This commit is contained in:
Kseniia Sumarokova 2022-11-21 21:30:34 +01:00 committed by GitHub
parent b9b1d22d72
commit 378159ba74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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