fix for that i(ud) abort when it finds wp #92
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
shirakami で insert / update / delete_record が wp を見たとき、その操作の取り消し(warn_conflict_on_write_preserve) としていた。他操作との統一性、現仕様との整合性を考慮して、それらが wp を見たときにアボートするようにしました。
そのため、本修正がより適切であると考えています。
本テストがコケる事の再現性としては、
https://github.com/project-tsurugi/tsurugidb/actions/runs/6582842107
上記CIと、自身で動作させた野良ビルドでほぼ100%であることを確認しました。
当該修正に関して、shirakami では依然として dev ブランチにありまして、まだ master branch に反映していません。本修正が master に反映されると同時に、shirakami も master に反映しようと思います。