Use siphash for persistent hashing #1332
Annotations
11 errors
|
test/pytools/test/test_persistent_dict.py#L123
test_persistent_dict_storage_and_lookup
ValueError: unsupported hash type siphash13
|
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[immutabledict]
ValueError: unsupported hash type siphash13
|
test/pytools/test/test_persistent_dict.py#L123
test_frozenset_hashing
ValueError: unsupported hash type siphash13
|
test/pytools/test/test_persistent_dict.py#L123
test_frozenorderedset_hashing
ValueError: unsupported hash type siphash13
|
test/pytools/test/test_persistent_dict.py#L572
test_dataclass_hashing
AssertionError: assert b'd1a1079f1c10aa4f' == '2ba6363c3b98f1cc2209bd57388368b3efe3074e3764eee30fbcf15946efb802'
+ where b'd1a1079f1c10aa4f' = <pytools.persistent_dict.KeyBuilder object at 0x105e875b0>(test_dataclass_hashing.<locals>.MyDC(name='hi', value=1))
+ where test_dataclass_hashing.<locals>.MyDC(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_dataclass_hashing.<locals>.MyDC'>('hi', 1)
|
test/pytools/test/test_persistent_dict.py#L551
test_class_hashing
AssertionError: assert b'7b3e4e66503438f6' == 'f5697a96dde0083e31a290b54ee7a5640b2bb8eb6d18e9c7ee89228b015a6131'
+ where b'7b3e4e66503438f6' = <pytools.persistent_dict.KeyBuilder object at 0x106544d00>(test_class_hashing.<locals>.TagClass())
+ where test_class_hashing.<locals>.TagClass() = <class 'pytools.test.test_persistent_dict.test_class_hashing.<locals>.TagClass'>()
|
test/pytools/test/test_persistent_dict.py#L597
test_attrs_hashing
AssertionError: assert b'5b6c5da60eb2bd0f' == '17f272d114d22c1dc0117354777f2d506b303d90e10840d39fb0eef007252f68'
+ where b'5b6c5da60eb2bd0f' = <pytools.persistent_dict.KeyBuilder object at 0x1069e6100>(MyAttrs(name='hi', value=1))
+ where MyAttrs(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_attrs_hashing.<locals>.MyAttrs'>('hi', 1)
|
test/pytools/test/test_persistent_dict.py#L627
test_datetime_hashing
AssertionError: assert b'1c866ff10ff0d997' == '9fb97d7faabc3603f3e334ca5eb1eb0fe0c92665e5611cb1b5aa77fa0f70f5e3'
+ where b'1c866ff10ff0d997' = <pytools.persistent_dict.KeyBuilder object at 0x1069e62b0>(datetime.date(2020, 1, 1))
+ where datetime.date(2020, 1, 1) = <class 'datetime.date'>(2020, 1, 1)
+ where <class 'datetime.date'> = <module 'datetime' from '/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/datetime.py'>.date
|
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[frozendict]
ValueError: unsupported hash type siphash13
|
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[constantdict]
ValueError: unsupported hash type siphash13
|
This job failed
Loading