Update 01921_test_progress_bar.py

This commit is contained in:
Kseniia Sumarokova 2021-06-21 23:46:26 +03:00 committed by GitHub
parent 9abeac9afa
commit 9415b6e935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,4 @@ with client(name='client1>', log=log) as client1, client(name='client2>', log=lo
client1.send('SELECT number FROM numbers(100) FORMAT Null')
client1.expect('Progress: 100\.00 rows, 800\.00 B.*' + end_of_block)
# 0 rows becuase Format Null.
client1.expect('0 rows in set. Elapsed: 0\.[\\w]{3} sec.' + end_of_block)
client1.expect('0 rows in set. Elapsed: [\\w]{1}\.[\\w]{3} sec.' + end_of_block)