dev/core#1862 Skip cache tables during merge, rely on cache management processes
authoreileen <emcnaughton@wikimedia.org>
Mon, 13 Jul 2020 01:15:28 +0000 (13:15 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 13 Jul 2020 05:24:03 +0000 (17:24 +1200)
commit05fe457afe95ce7d684ce1943a4da8957a4b64f2
tree5b91d04b1dfc16cc3b98cf87412a6dd39089b527
parent3d3b6a38ee9bc9879d1ed3ab6caa8f2e04c7c302
dev/core#1862 Skip cache tables during merge, rely on cache management processes

We later call Contact.create on both contacts so that should manage the caches for this update 'as well as for any other update'
and solve the bug + reduce locking queries
CRM/Dedupe/Merger.php
tests/phpunit/CRM/Dedupe/MergerTest.php
tests/phpunit/api/v3/JobTest.php