mirror of https://github.com/pulumi/pulumi.git
b0f51a6b2c
* Reproduce the issue in a failing test * Fix * Tentative fix * Update sdk/dotnet/Pulumi/Deployment/TaskMonitoringHelper.cs Co-authored-by: Justin Van Patten <jvp@justinvp.com> * Update sdk/dotnet/Pulumi/Deployment/TaskMonitoringHelper.cs Co-authored-by: Justin Van Patten <jvp@justinvp.com> * Update sdk/dotnet/Pulumi/Deployment/TaskMonitoringHelper.cs Co-authored-by: Justin Van Patten <jvp@justinvp.com> * Update sdk/dotnet/Pulumi/Deployment/Deployment.Runner.cs Co-authored-by: Justin Van Patten <jvp@justinvp.com> * Do not allocate TaskCompletionSource when not needed * Update sdk/dotnet/Pulumi/Deployment/Deployment.Runner.cs Co-authored-by: Josh Studt <32800478+orionstudt@users.noreply.github.com> * Fix warning * Cache delegate * Simplify with named tuples * Test early exception termination * Test logging * Remove the smelly method of suppressing engine exceptions * Update sdk/dotnet/Pulumi/Deployment/TaskMonitoringHelper.cs Co-authored-by: Josh Studt <32800478+orionstudt@users.noreply.github.com> * Fix typo; check in xml docs * Try CI again * Add CHANGELOG entry * Dedup exceptions before reporting * Lock access to _exceptions list * Fix typos * Version of HandleExceptionsAsync that accepts N exceptions * Do not aggregate exceptions prematurely * Rename private members * Formatting * Summary markers * Short-circuit return * Stylistic fixes * Strengthen test * Check that we have only 1 exception * Remove defensive clause about AggregateException from the test * Simplify TerminatesEarly test * Remove EmptyStack * Notes on the regression nature of the WorksUnderStress test * Remove race condition repro as it is a poor repro, impossible to trigger from user code * Brace style Co-authored-by: Justin Van Patten <jvp@justinvp.com> Co-authored-by: Josh Studt <32800478+orionstudt@users.noreply.github.com> |
||
---|---|---|
.. | ||
Deployment.EnginerLogger.cs | ||
Deployment.Runner.cs | ||
Deployment.cs | ||
DeploymentInstance.cs | ||
Deployment_Config.cs | ||
Deployment_Inline.cs | ||
Deployment_Invoke.cs | ||
Deployment_Prepare.cs | ||
Deployment_ReadOrRegisterResource.cs | ||
Deployment_ReadResource.cs | ||
Deployment_RegisterResource.cs | ||
Deployment_RegisterResourceOutputs.cs | ||
Deployment_RootResource.cs | ||
Deployment_Run.cs | ||
Deployment_Serialization.cs | ||
GrpcEngine.cs | ||
GrpcMonitor.cs | ||
IDeployment.cs | ||
IDeploymentInternal.cs | ||
IEngine.cs | ||
IEngineLogger.cs | ||
IMonitor.cs | ||
IRunner.cs | ||
InlineDeploymentResult.cs | ||
InlineDeploymentSettings.cs | ||
InvokeOptions.cs | ||
TaskMonitoringHelper.cs |