Try to fix test

This commit is contained in:
Nikolay Degterinsky 2022-11-01 03:00:11 +01:00 committed by GitHub
parent a9a799ac89
commit e1e6dbe4aa
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.send(f"INSERT INTO test.infile_progress FROM INFILE '{filename}'")
client1.expect("Progress: 5.00 rows.*\)")
client1.expect("Progress: 0.00 rows, 10.00 B.*\)")
client1.expect(prompt)
# send Ctrl-C