Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and refactor generator for p2p ref and tools #10648

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Remove uneeded target

01ac83c
Select commit
Loading
Failed to load commit list.
Open

Fix and refactor generator for p2p ref and tools #10648

Remove uneeded target
01ac83c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / host.integration-tests succeeded Nov 26, 2024 in 15m 10s

Build #4.1037.0-131 had test failures

Details

Tests

  • Failed: 2 (0.18%)
  • Passed: 1,022 (93.85%)
  • Other: 65 (5.97%)
  • Total: 1,089

Annotations

Check failure on line 1 in Microsoft.Azure.WebJobs.Script.Tests.Managment.InstanceManagerTests.ValidateContext_Succeeds_For_WebsiteUseZip_With_ScmPackageDefined

See this annotation in the file changed.

@azure-pipelines azure-pipelines / host.integration-tests

Microsoft.Azure.WebJobs.Script.Tests.Managment.InstanceManagerTests.ValidateContext_Succeeds_For_WebsiteUseZip_With_ScmPackageDefined

Assert.Null() Failure
Expected: (null)
Actual:   Invalid zip url specified (StatusCode: Forbidden)
Raw output
   at Microsoft.Azure.WebJobs.Script.Tests.Managment.InstanceManagerTests.ValidateContext_Succeeds_For_WebsiteUseZip_With_ScmPackageDefined() in /_/test/WebJobs.Script.Tests.Integration/Management/InstanceManagerTests.cs:line 553
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.Azure.WebJobs.Script.Tests.Managment.InstanceManagerTests.ValidateContext_Succeeds_For_WebsiteUseZip_Only

See this annotation in the file changed.

@azure-pipelines azure-pipelines / host.integration-tests

Microsoft.Azure.WebJobs.Script.Tests.Managment.InstanceManagerTests.ValidateContext_Succeeds_For_WebsiteUseZip_Only

Assert.Null() Failure
Expected: (null)
Actual:   Invalid zip url specified (StatusCode: Forbidden)
Raw output
   at Microsoft.Azure.WebJobs.Script.Tests.Managment.InstanceManagerTests.ValidateContext_Succeeds_For_WebsiteUseZip_Only() in /_/test/WebJobs.Script.Tests.Integration/Management/InstanceManagerTests.cs:line 452
--- End of stack trace from previous location ---