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

Release 2.29.0 (#2539) #2541

Closed
wants to merge 1 commit into from

Prep for Release 2.29.0 (#2539)

021fec6
Select commit
Loading
Failed to load commit list.
Closed

Release 2.29.0 (#2539) #2541

Prep for Release 2.29.0 (#2539)
021fec6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / OfficeDev.microsoft-teams-library-js failed Oct 4, 2024 in 1h 1m 10s

Build #20241004.1 had test failures

Details

Tests

  • Failed: 1 (0.01%)
  • Passed: 9,268 (97.09%)
  • Other: 277 (2.90%)
  • Total: 9,546

Annotations

Check failure on line 2673 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / OfficeDev.microsoft-teams-library-js

Build log #L2673

The Operation will be canceled. The next steps may not contain expected logs.

Check failure on line 2678 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / OfficeDev.microsoft-teams-library-js

Build log #L2678

The operation was canceled.

Check failure on line 16 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / OfficeDev.microsoft-teams-library-js

Build log #L16

Bash exited with code '1'.

Check failure on line 1 in launchLocalMetaOsTestApp_inViewPagerWithManualLazyLoading_shouldOutputContextIntoTextbox

See this annotation in the file changed.

@azure-pipelines azure-pipelines / OfficeDev.microsoft-teams-library-js

launchLocalMetaOsTestApp_inViewPagerWithManualLazyLoading_shouldOutputContextIntoTextbox

Test failed
Raw output
androidx.test.espresso.PerformException: Error performing 'single click - At Coordinates: 234, 111 and precision: 16, 16' on view '(with text: is "Android Local MetaOs App" and is descendant of a: with id is <com.microsoft.metaos.orange:id/frag_tablayout>)'.
at androidx.test.espresso.PerformException$Builder.build(PerformException.java:5)
at androidx.test.espresso.base.DefaultFailureHandler.getUserFriendlyError(DefaultFailureHandler.java:25)
at androidx.test.espresso.base.DefaultFailureHandler.handle(DefaultFailureHandler.java:36)
at androidx.test.espresso.ViewInteraction.waitForAndHandleInteractionResults(ViewInteraction.java:106)
at androidx.test.espresso.ViewInteraction.desugaredPerform(ViewInteraction.java:43)
at androidx.test.espresso.ViewInteraction.perform(ViewInteraction.java:94)
at com.microsoft.metaos.orange.ViewPagerTest.launchLocalMetaOsTestApp_inViewPagerWithManualLazyLoading_shouldOutputContextIntoTextbox(ViewPagerTest.kt:107)
... 34 trimmed
Caused by: androidx.test.espresso.IdlingResourceTimeoutException: Wait for [viewPagerIdlingResource] to become idle timed out
at androidx.test.espresso.IdlingPolicy.handleTimeout(IdlingPolicy.java:16)
at androidx.test.espresso.base.UiControllerImpl$5.resourcesHaveTimedOut(UiControllerImpl.java:4)
at androidx.test.espresso.base.IdlingResourceRegistry$Dispatcher.handleTimeout(IdlingResourceRegistry.java:44)
at androidx.test.espresso.base.IdlingResourceRegistry$Dispatcher.handleMessage(IdlingResourceRegistry.java:12)
at android.os.Handler.dispatchMessage(Handler.java:102)
at androidx.test.espresso.base.Interrogator.loopAndInterrogate(Interrogator.java:53)
at androidx.test.espresso.base.UiControllerImpl.loopUntil(UiControllerImpl.java:155)
at androidx.test.espresso.base.UiControllerImpl.loopMainThreadUntilIdle(UiControllerImpl.java:129)
at androidx.test.espresso.base.UiControllerImpl.injectMotionEvent(UiControllerImpl.java:56)
at androidx.test.espresso.action.MotionEvents.sendUp(MotionEvents.java:122)
at androidx.test.espresso.action.MotionEvents.sendUp(MotionEvents.java:117)
at androidx.test.espresso.action.Tap.sendSingleTap(Tap.java:27)
at androidx.test.espresso.action.Tap.access$100(Tap.java:21)
at androidx.test.espresso.action.Tap$1.sendTap(Tap.java:3)
at androidx.test.espresso.action.GeneralClickAction.perform(GeneralClickAction.java:23)
at androidx.test.espresso.ViewInteraction$SingleExecutionViewAction.perform(ViewInteraction.java:16)
at androidx.test.espresso.ViewInteraction.doPerform(ViewInteraction.java:65)
at androidx.test.espresso.ViewInteraction.access$100(ViewInteraction.java:15)
at androidx.test.espresso.ViewInteraction$1.call(ViewInteraction.java:3)
at androidx.test.espresso.ViewInteraction$1.call(ViewInteraction.java:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7872)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)