Skip to content

Commit 02e942b

Browse files
committed
test_streams works
However, there is a performance regression in test-odb
1 parent 725bde9 commit 02e942b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/test/performance/test_streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def test_large_data_streaming(self, rwrepo):
8080
elapsed_readchunks = time() - st
8181

8282
stream.seek(0)
83-
assert ''.join(chunks) == stream.getvalue()
83+
assert b''.join(chunks) == stream.getvalue()
8484

8585
cs_kib = cs / 1000
8686
print("Read %i KiB of %s data in %i KiB chunks from loose odb in %f s ( %f Read KiB / s)"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy