aboutsummaryrefslogtreecommitdiff
path: root/src/test/BurnUnitTest/PlanTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update the logic for determining when the bundle should be registered.Sean Hall2021-02-041-59/+201
| | | | | | | | The basic rule is that if a non-permanent package is present at the end of the chain, then the bundle should be registered. If no non-permanent packages are present at the end of the chain, then the bundle should not be registered. This required tracking what actually happened with each package during Apply. Include cache status in registration calculation. Include dependency ref-counting when determining whether the bundle should be registered.
* Require re-Detect after Apply.Sean Hall2021-02-041-0/+1
|
* Clean up synchronization between the engine and the BA.Sean Hall2021-02-041-1/+2
|
* Move registry checks for dependency ref-counting into Detect.Sean Hall2021-02-041-6/+17
|
* Update PlanTest to use manifests created by latest v4.Sean Hall2021-01-171-182/+118
|
* WIXBUG:4539 - Fix overall Cache action planning with related bundles.Sean Hall2020-12-151-0/+72
|
* Use plan to decide when to begin, commit, or rollback MSI transactionsSean Hall2020-11-171-23/+39
|
* Add plan tests.Sean Hall2020-11-171-0/+982