commit | 0f707941d4c1fb5a9840dc7d795b45a769c6dc3b | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Wed Jul 14 16:42:17 2021 -0700 |
committer | David Anderson <dvander@google.com> | Wed Jul 14 16:44:54 2021 -0700 |
tree | b42ebdda140bcd918f93be61f32c6b05184cb67a | |
parent | 40a0664b84559a2d162d08f085cf8d95eb6f99e3 [diff] |
libsnapshot: Fix inconsistency in how merge ops are counted. A recent change to libsnapshot caused us to filter out duplicate COW ops. The merge consistency check relied on the old method of manually counting ops, causing it to come up with a different number. Fix this by using the already computed "official" count. Bug: 193532829 Test: new test case in vts_libsnapshot_test manual test with incremental OTA Change-Id: I68d1e41f5c140af20a04ba80e3db0780a916ecf8