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

Skip useless handler mappings calls while connecting #27259

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Skip useless handler mappings calls while connecting

893e551
Select commit
Loading
Failed to load commit list.
Open

Skip useless handler mappings calls while connecting #27259

Skip useless handler mappings calls while connecting
893e551
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-UITests-public failed Jan 24, 2025 in 4h 13m 34s

Build #9.0.40-ci+pr.27259.azdo.133436 had test failures

Details

Tests

  • Failed: 5 (0.15%)
  • Passed: 3,060 (91.37%)
  • Other: 284 (8.48%)
  • Total: 3,349

Annotations

Check failure on line 1037 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L1037

PowerShell exited with code '1'.

Check failure on line 806 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L806

PowerShell exited with code '1'.

Check failure on line 18 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Build log #L18

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.DragAndDropUITests(Windows).DragEventCoordinates

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.DragAndDropUITests(Windows).DragEventCoordinates

  Assert.That(dragRelativeToDrop, Is.Not.Null)
  Expected: not null
  But was:  null
Raw output
   at Microsoft.Maui.TestCases.Tests.DragAndDropUITests.DragEventCoordinates() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/DragAndDropUITests.cs:line 327

1)    at Microsoft.Maui.TestCases.Tests.DragAndDropUITests.DragEventCoordinates() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/DragAndDropUITests.cs:line 327

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Bugzilla32902(Android).Bugzilla32902Test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.Issues.Bugzilla32902(Android).Bugzilla32902Test

System.TimeoutException : Timed out waiting for element...
Raw output
   at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2196
   at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2213
   at UITest.Appium.HelperExtensions.WaitForElement(IApp app, IQuery query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 699
   at UITest.Appium.HelperExtensions.WaitForFlyoutIcon(IApp app, String automationId, Boolean isShell) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 1976
   at UITest.Appium.HelperExtensions.TapFlyoutIcon(IApp app, String title, Boolean isShell, Boolean waitForFlyoutIcon) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2033
   at UITest.Appium.HelperExtensions.TapFlyoutPageIcon(IApp app, String title) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2075
   at Microsoft.Maui.TestCases.Tests.Issues.Bugzilla32902.Bugzilla32902Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Bugzilla/Bugzilla32902.cs:line 23
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue25192(Android).CarouselViewShouldRenderCorrectly

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.Issues.Issue25192(Android).CarouselViewShouldRenderCorrectly

VisualTestUtils.VisualTestFailedException : 
Snapshot different than baseline: CarouselViewShouldRenderCorrectly.png (2.36% difference)
If the correct baseline has changed (this isn't a a bug), then update the baseline image.
See test attachment or download the build artifacts to get the new snapshot file.

More info: https://aka.ms/visual-test-workflow
Raw output
   at VisualTestUtils.VisualRegressionTester.Fail(String message)
   at VisualTestUtils.VisualRegressionTester.VerifyMatchesSnapshot(String name, ImageSnapshot actualImage, String environmentName, ITestContext testContext)
   at Microsoft.Maui.TestCases.Tests.UITest.<VerifyScreenshot>g__Verify|7_0(String name) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 235
   at Microsoft.Maui.TestCases.Tests.UITest.VerifyScreenshot(String name, Nullable`1 retryDelay) in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 117
   at Microsoft.Maui.TestCases.Tests.Issues.Issue25192.CarouselViewShouldRenderCorrectly() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue25192.cs:line 21
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in Microsoft.Maui.TestCases.Tests.Issues.Issue5412(Android).Issue5412Test

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-UITests-public

Microsoft.Maui.TestCases.Tests.Issues.Issue5412(Android).Issue5412Test

System.TimeoutException : Timed out waiting for element...
Raw output
   at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2196
   at UITest.Appium.HelperExtensions.WaitForAtLeastOne(Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2213
   at UITest.Appium.HelperExtensions.WaitForElement(IApp app, IQuery query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 699
   at UITest.Appium.HelperExtensions.WaitForFlyoutIcon(IApp app, String automationId, Boolean isShell) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 1976
   at UITest.Appium.HelperExtensions.TapFlyoutIcon(IApp app, String title, Boolean isShell, Boolean waitForFlyoutIcon) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2033
   at UITest.Appium.HelperExtensions.TapFlyoutPageIcon(IApp app, String title) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2075
   at Microsoft.Maui.TestCases.Tests.Issues.Issue5412.Issue5412Test() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/XFIssue/Issue5412.cs:line 20
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)