mpart-async icon indicating copy to clipboard operation
mpart-async copied to clipboard

Field boundary finding logic issues

Open joelposti opened this issue 1 year ago • 1 comments

Added unit tests that prove that the current field boundary finding logic causes a busy exhausted loop when user code calls continue and an error when user code calls break when an empty field data chunk is encountered.

More detailed explanation in issue Field boundary finding logic causes a busy exhausted loop.

joelposti avatar Mar 09 '24 20:03 joelposti

I first wrote these tests as integration tests. But I converted them to unit tests since it looks like the repo has zero integration tests. If you want these as integration tests instead, please let me know.

joelposti avatar Mar 09 '24 21:03 joelposti