Hash id of the hashmap changed because of use_bin_type msgpack packing

This commit is contained in:
shortcutme 2019-03-16 02:15:37 +01:00
parent dd70d27a0e
commit a46d8fe7f3
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -154,7 +154,7 @@ class TestBigfile:
assert f.read(7) == b"943---T"
# Verify hashfield
assert set(site_temp.content_manager.hashfield) == set([18343, 30970]) # 18343: data/optional.any.iso, 30970: data/optional.any.iso.hashmap.msgpack
assert set(site_temp.content_manager.hashfield) == set([18343, 43727]) # 18343: data/optional.any.iso, 43727: data/optional.any.iso.hashmap.msgpack
def testOpenBigfile(self, file_server, site, site_temp):
inner_path = self.createBigfile(site)