Skip to content

Commit

Permalink
Comment test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmihai committed Jul 1, 2021
1 parent 6d33a1a commit 06677fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Build.UnitTests/ProjectCache/ProjectCacheTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,13 @@ public void ParallelStressTest(bool useSynchronousLogging, bool disableInprocNod
}

[Fact]
// Schedules different requests for the same BuildRequestConfiguration in parallel.
// The first batch of the requests are cache misses, the second batch are cache hits via proxy builds.
// The first batch is delayed so it starts intermingling with the second batch.
// This test ensures that scheduling proxy builds on the inproc node works nicely within the Scheduler
// if the BuildRequestConfigurations for those proxy builds have built before (or are still building) on
// the out of proc node.
// More details: https://github.com/dotnet/msbuild/pull/6635
public void ProxyCacheHitsOnPreviousCacheMissesShouldWork()
{
var cacheNotApplicableTarget = "NATarget";
Expand Down

0 comments on commit 06677fb

Please sign in to comment.