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

add quickcheck tests and fix off-by-one bug introduced in #31 #35

Merged
merged 3 commits into from
Dec 19, 2023

Conversation

alindima
Copy link
Contributor

@alindima alindima commented Dec 19, 2023

we have fuzzers but they're not being run in the CI (and I couldn't even get them to run locally, I have to check why).
quickcheck will help spot bugs in the CI

Fixes a bug introduced in #31, quickcheck aided in identifying it so it will act as a regression test also

@alindima alindima changed the title add quickcheck tests and fix off-by-one bug introduced in #31 add quickcheck tests and fix off-by-one bug introduced in [#31](https://github.com/paritytech/reed-solomon-novelpoly/pull/31) Dec 19, 2023
@alindima alindima changed the title add quickcheck tests and fix off-by-one bug introduced in [#31](https://github.com/paritytech/reed-solomon-novelpoly/pull/31) add quickcheck tests and fix off-by-one bug introduced in #31 Dec 19, 2023
@alindima alindima requested a review from ordian December 19, 2023 10:08
@ordian ordian merged commit 1012b44 into master Dec 19, 2023
9 checks passed
@ordian ordian deleted the alindima/quickcheck-and-fix branch December 19, 2023 12:06
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

Successfully merging this pull request may close these issues.

2 participants