Commit cfbeab5
authored
attribute: clarify xxhash test purpose (#8753)
## Description:
Issue #7616 asks whether `TestIntegrity` is needed in the
`attribute/internal/xxhash` tests because its purpose was not clear.
This PR keeps the test, renames it, and documents what it verifies:
hashing a string prefix and a `uint64` suffix should match hashing the
equivalent byte sequence directly, which depends on `Uint64` using
little-endian encoding.
Closes #7616.
---------
Signed-off-by: Mridankan Mandal <xerontitan90@gmail.com>1 parent 3599b59 commit cfbeab5
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
0 commit comments