Skip to content

Fix for Aspire.Deployment.EndToEnd.Tests.TypeScriptAzureContainerAppJobDeploymentTests.DeployTypeScriptContainerAppJobsToAzureContainerApps#17433

Closed
mitchdenny wants to merge 1 commit into
mainfrom
copilot/fix-ts-aca-job-apphost-mts
Closed

Fix for Aspire.Deployment.EndToEnd.Tests.TypeScriptAzureContainerAppJobDeploymentTests.DeployTypeScriptContainerAppJobsToAzureContainerApps#17433
mitchdenny wants to merge 1 commit into
mainfrom
copilot/fix-ts-aca-job-apphost-mts

Conversation

@mitchdenny
Copy link
Copy Markdown
Member

⚠️ This PR was created automatically by a workflow analyzing Deployment E2E test failures on main. It is intentionally opened as a draft so a human can review the fix before merging.

Fix for Aspire.Deployment.EndToEnd.Tests.TypeScriptAzureContainerAppJobDeploymentTests.DeployTypeScriptContainerAppJobsToAzureContainerApps

Fixes #17428

Problem

The test fails when its verification step looks up Azure Container App jobs:

WaitUntil("success prompt [9 OK] $ (fail-fast on error)") — FAILED after 5:00

The terminal recording shows aspire deploy completes in 97 ms with
4/4 steps succeeded and zero actual resources provisioned, then:

Resource group: e2e-ts-aca-jobs-<runid>-1
Resource group not found
[ERR:1] $

Root Cause

Since PR #16984 ("Use mts for TypeScript AppHosts"),
aspire init --language typescript creates apphost.mts, not apphost.ts.
The test was writing its custom AppHost content to apphost.ts, which is
ignored. aspire deploy ran against the empty default apphost.mts,
provisioned nothing, and the verification step failed because the resource
group was never created.

Fix

Write the custom AppHost content to apphost.mts, overwriting the
init-generated empty file so it is actually deployed.

Verification

CI on this PR will run the standard build. After CI is green, the
/deployment-test command will be triggered to re-run the affected
deployment E2E test against Azure and confirm the fix.

Since PR #16984 ("Use mts for TypeScript AppHosts"),
`aspire init --language typescript` creates apphost.mts (not apphost.ts).
The test was writing its custom AppHost content to apphost.ts which was
silently ignored: `aspire deploy` ran against the empty default apphost.mts,
no Azure resources were provisioned, and the verification step failed with
"Resource group not found".

Write the custom AppHost content to apphost.mts so it overwrites the
init-generated file and is actually deployed.

Fixes #17428

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17433

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 17433"

@mitchdenny
Copy link
Copy Markdown
Member Author

/deployment-test

@github-actions
Copy link
Copy Markdown
Contributor

🚀 Deployment tests starting on PR #17433...

This will deploy to real Azure infrastructure. Results will be posted here when complete.

View workflow run

@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot had a problem deploying to deployment-testing May 24, 2026 03:47 Failure
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot had a problem deploying to deployment-testing May 24, 2026 03:47 Failure
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot had a problem deploying to deployment-testing May 24, 2026 03:47 Failure
@github-actions github-actions Bot had a problem deploying to deployment-testing May 24, 2026 03:47 Failure
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot had a problem deploying to deployment-testing May 24, 2026 03:47 Failure
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions github-actions Bot temporarily deployed to deployment-testing May 24, 2026 03:47 Inactive
@github-actions
Copy link
Copy Markdown
Contributor

CLI E2E Tests unknown — 96 passed, 0 failed, 5 unknown (commit 4e37151)

View all recordings
Status Test Recording
AddPackageInteractiveWhileAppHostRunningDetached ▶️ View recording
AddPackageWhileAppHostRunningDetached ▶️ View recording
AgentCommands_AllHelpOutputs_AreCorrect ▶️ View recording
AgentInitCommand_DefaultSelection_InstallsDefaultSkills ▶️ View recording
AgentInitCommand_MigratesDeprecatedConfig ▶️ View recording
AgentMcpListStructuredLogsFromStarterAppCore ▶️ View recording
AllPublishMethodsBuildDockerImages ▶️ View recording
AspireAddPackageVersionToDirectoryPackagesProps ▶️ View recording
AspireInitSingleFileAppHostRunsViaDotnetRunAppHost ▶️ View recording
AspireInitWithExistingAppHostDirRecreatesMissingNuGetConfigAndPreservesFiles ▶️ View recording
AspireInitWithSolutionFileGeneratesAppHostThatBuildsAgainstChannelHive ▶️ View recording
AspireStartUpdatesStaleTypeScriptAppHostPath ▶️ View recording
AspireUpdateRemovesAppHostPackageVersionFromDirectoryPackagesProps ▶️ View recording
AspireUpdateRemovesOrphanAppHostPackageVersionWhenSdkAlreadyCurrent ▶️ View recording
Banner_DisplayedOnFirstRun ▶️ View recording
Banner_DisplayedWithExplicitFlag ▶️ View recording
Banner_NotDisplayedWithNoLogoFlag ▶️ View recording
CertificatesClean_RemovesCertificates ▶️ View recording
CertificatesTrust_WithNoCert_CreatesAndTrustsCertificate ▶️ View recording
CertificatesTrust_WithUntrustedCert_TrustsCertificate ▶️ View recording
ConfigSetGet_CreatesNestedJsonFormat ▶️ View recording
CreateAndRunAspireStarterProject ▶️ View recording
CreateAndRunAspireStarterProjectWithBundle ▶️ View recording
CreateAndRunEmptyAppHostProject ▶️ View recording
CreateAndRunJavaEmptyAppHostProject ▶️ View recording
CreateAndRunJsReactProject ▶️ View recording
CreateAndRunPythonReactProject ▶️ View recording
CreateAndRunTypeScriptEmptyAppHostProject ▶️ View recording
CreateAndRunTypeScriptStarterProject ▶️ View recording
CreateJavaAppHostWithViteApp ▶️ View recording
CreateTypeScriptAppHostWithViteApp_UsesConfiguredToolchain ▶️ View recording
DashboardRunWithAgentMcpCore ▶️ View recording
DashboardRunWithOtelTracesReturnsNoTracesCore ▶️ View recording
DeployK8sBasicApiService ▶️ View recording
DeployK8sWithExternalHelmChart ▶️ View recording
DeployK8sWithGarnet ▶️ View recording
DeployK8sWithMongoDB ▶️ View recording
DeployK8sWithMySql ▶️ View recording
DeployK8sWithPostgres ▶️ View recording
DeployK8sWithRabbitMQ ▶️ View recording
DeployK8sWithRedis ▶️ View recording
DeployK8sWithSqlServer ▶️ View recording
DeployK8sWithValkey ▶️ View recording
DeployTypeScriptAppToKubernetes ▶️ View recording
DescribeCommandResolvesReplicaNames ▶️ View recording
DescribeCommandShowsRunningResources ▶️ View recording
DetachFormatJsonProducesValidJson ▶️ View recording
DetachFormatJsonProducesValidJsonWhenRestartingExistingInstance ▶️ View recording
DoListStepsShowsPipelineSteps ▶️ View recording
DocsCommand_RendersInteractiveMarkdownFromLocalSource ▶️ View recording
DoctorCommand_DetectsDeprecatedAgentConfig ▶️ View recording
DoctorCommand_TypeScriptAppHostReportsMissingConfiguredToolchain ▶️ View recording
DoctorCommand_WithSslCertDir_ShowsTrusted ▶️ View recording
DoctorCommand_WithoutSslCertDir_ShowsPartiallyTrusted ▶️ View recording
GeneratedAspireDevScript_StartsWatchMode_WithConfiguredToolchain ▶️ View recording
GlobalMigration_HandlesCommentsAndTrailingCommas ▶️ View recording
GlobalMigration_HandlesMalformedLegacyJson ▶️ View recording
GlobalMigration_PreservesAllValueTypes ▶️ View recording
GlobalMigration_SkipsWhenNewConfigExists ▶️ View recording
GlobalSettings_MigratedFromLegacyFormat ▶️ View recording
InitTypeScriptAppHost_AugmentsExistingViteRepoAtRoot ▶️ View recording
InteractiveCSharpInitCreatesExpectedFiles ▶️ View recording
InvalidAppHostPathWithComments_IsHealedOnRun ▶️ View recording
JavaScriptHostingApisRunFromTypeScriptAppHost ▶️ View recording
LatestCliCanStartStableChannelAppHost ▶️ View recording
LatestCliCanStartStableChannelTypeScriptAppHost ▶️ View recording
LegacySettingsMigration_AdjustsRelativeAppHostPath ▶️ View recording
LogLevelTrace_ProducesTraceEntriesInCliLogFile ▶️ View recording
LogsCommandShowsResourceLogs ▶️ View recording
OtelLogsReturnsStructuredLogsFromStarterApp ▶️ View recording
OtelLogsReturnsStructuredLogsFromStarterAppIsolated ▶️ View recording
PsCommandListsRunningAppHost ▶️ View recording
PsFormatJsonOutputsOnlyJsonToStdout ▶️ View recording
PublishJavaScriptPatternsGeneratesExpectedDockerComposeArtifacts ▶️ View recording
PublishWithConfigureEnvFileUpdatesEnvOutput ▶️ View recording
PublishWithDockerComposeServiceCallbackSucceeds ▶️ View recording
PublishWithoutOutputPathUsesAppHostDirectoryDefault ▶️ View recording
ResourceCommand_FailedExecution_DisplaysAppHostLogPathAndLogContainsEntries ▶️ View recording
ResourceCommand_FailsWhenInteractionServiceIsRequired ▶️ View recording
ResourceCommand_SetAndDeleteParameterUpdatesDescribeOutput ▶️ View recording
RestoreGeneratesSdkFiles ▶️ View recording
RestoreGeneratesSdkFiles_WithConfiguredToolchain ▶️ View recording
RestoreRefreshesGeneratedSdkAfterAddingIntegration ▶️ View recording
RestoreSupportsConfigOnlyHelperPackageAndCrossPackageTypes ▶️ View recording
RunFromParentDirectory_UsesExistingConfigNearAppHost ▶️ View recording
RunPublishFailureScenarioAsync ▶️ View recording
RunReportsSyntaxErrorsForDotNetAppHost ▶️ View recording
RunReportsSyntaxErrorsForTypeScriptAppHost ▶️ View recording
SecretCrudOnDotNetAppHost ▶️ View recording
SecretCrudOnTypeScriptAppHost ▶️ View recording
StagingChannel_ConfigureAndVerifySettings_ThenSwitchChannels ▶️ View recording
StartAndWaitForTypeScriptSqlServerAppHostWithNativeAssets ▶️ View recording
StartReportsSyntaxErrorsForDotNetAppHost ▶️ View recording
StartReportsSyntaxErrorsForTypeScriptAppHost ▶️ View recording
StopAllAppHostsFromAppHostDirectory ▶️ View recording
StopJavaPolyglotAppHostUsingApphostDirectory ▶️ View recording
StopNonInteractiveSingleAppHost ▶️ View recording
StopTypeScriptPolyglotAppHostUsingApphostDirectory ▶️ View recording
StopWithNoRunningAppHostExitsSuccessfully ▶️ View recording
UnAwaitedChainsCompileWithAutoResolvePromises ▶️ View recording
UpdateProjectChannelToStable_TypeScript_PicksUpStablePackages ▶️ View recording

📹 Recordings uploaded automatically from CI run #26350976772

@github-actions
Copy link
Copy Markdown
Contributor

Deployment E2E Tests failed — 35 passed, 5 failed, 0 cancelled

View test results and recordings

View workflow run

Test Result Recording
Deployment.EndToEnd-AzureKeyVaultDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AzureLogAnalyticsDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AzureServiceBusDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AzureEventHubsDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AcaCompactNamingDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-NspStorageKeyVaultDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-KubernetesHelmChartDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AzureStorageDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-KubernetesGatewayTlsDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-TypeScriptExpressDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-TypeScriptVnetSqlServerInfraDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-VnetKeyVaultInfraDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-VnetKeyVaultConnectivityDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-VnetSqlServerConnectivityDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AzureContainerRegistryDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AzureAppConfigDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-VnetSqlServerInfraDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AuthenticationTests ✅ Passed
Deployment.EndToEnd-AcaStarterDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AcaCustomRegistryDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AcaDeploymentErrorOutputTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AksAzureKubernetesEnvironmentGatewayDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AppServiceReactDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AcaExistingRegistryDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AksAzureKubernetesEnvironmentCertManagerDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AksBlazorRedisDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AksVnetWithAzureResourcesDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AksMultipleNodePoolsDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AksWithHelmChartDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-VnetStorageBlobConnectivityDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AksWithAzureResourcesDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AksStarterDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-VnetStorageBlobInfraDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AksVnetInfraDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-AksStarterWithRedisHelmDeploymentTests ✅ Passed ▶️ View Recording
Deployment.EndToEnd-FrontDoorDeploymentTests ❌ Failed ▶️ View Recording
Deployment.EndToEnd-TypeScriptJavaScriptHostingDeploymentTests ❌ Failed ▶️ View Recording
Deployment.EndToEnd-TypeScriptAzureContainerAppJobDeploymentTests ❌ Failed ▶️ View Recording
Deployment.EndToEnd-AcaManagedRedisDeploymentTests ❌ Failed ▶️ View Recording
Deployment.EndToEnd-AksAzureKubernetesEnvironmentCertManagerTypeScriptDeploymentTests ❌ Failed ▶️ View Recording

@mitchdenny
Copy link
Copy Markdown
Member Author

Superseded by #17434, which now fixes all three TypeScript deployment E2E tests sharing the same apphost.tsapphost.mts root cause (from PR #16984) in a single change.

@mitchdenny mitchdenny closed this May 24, 2026
@mitchdenny mitchdenny deleted the copilot/fix-ts-aca-job-apphost-mts branch May 24, 2026 08:39
@mitchdenny
Copy link
Copy Markdown
Member Author

Closing in favor of #17434.

All three of these auto-filed deployment E2E failures share the same root cause: PR #16984 ("Use mts for TypeScript AppHosts") changed aspire init --language typescript (and the TS starter templates) to emit apphost.mts instead of apphost.ts. The tests still wrote/read apphost.ts, so aspire deploy ran against the empty default apphost.mts, provisioned nothing, and verification failed with ResourceGroupNotFound.

Rather than carry three near-identical PRs through review and CI separately, the fix for this test has been folded into #17434 alongside its sibling (TypeScriptJavaScriptHostingDeploymentTests) and AksAzureKubernetesEnvironmentCertManagerTypeScriptDeploymentTests / TypeScriptAzureContainerAppJobDeploymentTests. Tracking issue remains open until #17434 merges.

@microsoft-github-policy-service microsoft-github-policy-service Bot added this to the 13.4 milestone May 24, 2026
mitchdenny added a commit that referenced this pull request May 24, 2026
PR #16984 switched TypeScript AppHosts to apphost.mts. Two other
deployment E2E tests still referenced apphost.ts and failed with
ResourceGroupNotFound for the same reason:

- TypeScriptAzureContainerAppJobDeploymentTests: writes its custom
  AppHost to apphost.mts instead of apphost.ts.
- AksAzureKubernetesEnvironmentCertManagerTypeScriptDeploymentTests:
  patches apphost.mts (the file emitted by the Express/React starter)
  instead of the no-longer-generated apphost.ts.

Supersedes #17432 and #17433.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant