Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing tests #3

Open
ghadd opened this issue Oct 6, 2022 · 1 comment
Open

Failing tests #3

ghadd opened this issue Oct 6, 2022 · 1 comment

Comments

@ghadd
Copy link

ghadd commented Oct 6, 2022

Hi. I noticed that if you disable all but three last tests from the suite, all of them will fail:

TEST 1 FAILED
Hash: e09c80c42fda55f9d992e59ca6b3307d
TEST 2 FAILED
Hash: 014842d480b571495a4a0363793f7367
TEST 3 FAILED
Hash: b64e4f62e3e14317e3a90f9ff2cde576

*******************************
    0 of 3 tests passed

   Please notify developer
  0 passed hashing check
  0 passed comparison check
*******************************

Weirdly enough, I am getting the same issue on my implementation as well. Will keep digging.
Cheers.

@ghadd
Copy link
Author

ghadd commented Oct 6, 2022

Actually, it simply looks like you made erroneous tests (or me by removing the previous ones), as the reported MD5 hashes from the previous message are correct.
Thus, your bulk processing logic either fails at some point or I am missing the fact that whenever we consume more and more data with the same hasher, it could be different from individual hasher usages.

Could you please clarify? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant