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

RDB Loader: fix non-exhaustive match in data discovery #117

Closed
chuwy opened this issue Nov 21, 2018 · 0 comments
Closed

RDB Loader: fix non-exhaustive match in data discovery #117

chuwy opened this issue Nov 21, 2018 · 0 comments

Comments

@chuwy
Copy link
Contributor

chuwy commented Nov 21, 2018

At retry function we got (original: Right, control: Left) value which has not been handled by algorithm.

It means that if first check was successful, but control one was not - it will throw runtime exception (without any logs). Most of checks are either all successful, or all not successful, so usually it works fine, but this one is totally valid as well.

@chuwy chuwy added the bug label Nov 21, 2018
@chuwy chuwy added this to the Release 31 milestone Nov 21, 2018
@chuwy chuwy self-assigned this Nov 21, 2018
@chuwy chuwy closed this as completed in 8c528a5 Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant