Use siphash for persistent hashing #1332
Annotations
10 errors
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_persistent_dict_storage_and_lookup
ValueError: unsupported hash type siphash13
|
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_frozenorderedset_hashing
ValueError: unsupported hash type siphash13
|
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[constantdict]
ValueError: unsupported hash type siphash13
|
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 0x7f341ad70fb0>(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#L572
test_dataclass_hashing
AssertionError: assert b'd1a1079f1c10aa4f' == '2ba6363c3b98f1cc2209bd57388368b3efe3074e3764eee30fbcf15946efb802'
+ where b'd1a1079f1c10aa4f' = <pytools.persistent_dict.KeyBuilder object at 0x7f3419728860>(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#L123
test_dict_hashing[dict_impl3]
ValueError: unsupported hash type siphash13
|
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 0x7f341824b1d0>(MyAttrs(name='hi', value=1))
+ where MyAttrs(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_attrs_hashing.<locals>.MyAttrs'>('hi', 1)
|
This job failed
Loading