Use siphash for persistent hashing #1332
Annotations
8 errors
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 0x7f05c112c0e0>(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 0x7f05c0f39bb0>(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_frozenset_hashing
ValueError: unsupported hash type siphash13
|
test/pytools/test/test_persistent_dict.py#L844
test_hash_function
AssertionError: assert b'79efd03f9a38ed77' == '51b5980dd3a8aa13f6e83869e4a04c22973d7aaf96cb22899abdfdc55e15c9b2'
+ where b'79efd03f9a38ed77' = <pytools.persistent_dict.KeyBuilder object at 0x7f05c11a6210>(global_fun)
|
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 0x7f75bf019bb0>(datetime.date(2020, 1, 1))
+ where datetime.date(2020, 1, 1) = <class 'datetime.date'>(2020, 1, 1)
+ where <class 'datetime.date'> = <module 'datetime' from '/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/datetime.py'>.date
|
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#L774
test_size
assert ((1 * 1024) * 1024) < 913408
|
|
This job failed
Loading