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

fix mutation patch bytes #563

Merged
merged 1 commit into from
Dec 19, 2019
Merged

fix mutation patch bytes #563

merged 1 commit into from
Dec 19, 2019

Conversation

realshuting
Copy link
Member

In the mutation, there are 2 iterations, the first would check the matched conditions, and only if they match, we will generate patch bytes in the second iteration.
This PR removes condition check while generating mutation patch, as conditions are already verified in the first iteration.

@shivdudhani
Copy link
Contributor

As issue #562 requires more analysis, should the above fixes be on hold and merged after the solution is completely fixed ? or this does contain some critical fixes for a mutation that needs to be merged ASAP?

@realshuting
Copy link
Member Author

This is not the fix for #562, it's a fix when generating mutation patch bytes, which removes condition checks in the second iteration, as it's handled in the first scan.

@realshuting realshuting merged commit f1330ed into master Dec 19, 2019
@realshuting realshuting deleted the 562_mutation_patch branch December 19, 2019 00:26
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.

None yet

2 participants