osu-framework icon indicating copy to clipboard operation
osu-framework copied to clipboard

Intermittent failure in `TestWrapperStopReceivingUpdatesAfterDelayedLoadCompleted`

Open peppy opened this issue 4 years ago • 0 comments

As seen in https://github.com/ppy/osu-framework/runs/3228251358

2021-08-03T07:14:52.3224264Z Starting test execution, please wait...
2021-08-03T07:14:52.3678033Z A total of 1 test files matched the specified pattern.
2021-08-03T07:15:00.8781283Z   Skipped TestPlaybackWithDeviceLoss [124 ms]
2021-08-03T07:15:00.8783122Z   Skipped TestPlaybackWithDeviceRestore [52 ms]
2021-08-03T07:15:01.2578544Z   Skipped TestSampleInitialisesOnUpdateDevice [48 ms]
2021-08-03T07:16:27.5421665Z   Skipped TestFuzz [< 1 ms]
2021-08-03T07:16:30.1589261Z   Skipped LoadManyAsync [< 1 ms]
2021-08-03T07:16:30.1590253Z   Skipped LoadManyThreaded [< 1 ms]
2021-08-03T07:16:32.7328444Z   Failed TestWrapperStopReceivingUpdatesAfterDelayedLoadCompleted [13 ms]
2021-08-03T07:16:32.7330380Z   Error Message:
2021-08-03T07:16:32.7332234Z    TearDown : osu.Framework.Testing.Drawables.Steps.AssertButton+TracedException : wait for load to begin 
2021-08-03T07:16:32.7334080Z   Stack Trace:
2021-08-03T07:16:32.7335486Z   --TearDown
2021-08-03T07:16:32.7336816Z    at osu.Framework.Threading.ScheduledDelegate.RunTaskInternal()
2021-08-03T07:16:32.7338492Z    at osu.Framework.Threading.Scheduler.Update()
2021-08-03T07:16:32.7339937Z    at osu.Framework.Graphics.Drawable.UpdateSubTree()
2021-08-03T07:16:32.7341952Z    at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
2021-08-03T07:16:32.7344454Z    at osu.Framework.Graphics.Containers.CompositeDrawable.updateChild(Drawable c)
2021-08-03T07:16:32.7346985Z    at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
2021-08-03T07:16:32.7349506Z    at osu.Framework.Graphics.Containers.CompositeDrawable.updateChild(Drawable c)
2021-08-03T07:16:32.7351993Z    at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
2021-08-03T07:16:32.7354519Z    at osu.Framework.Graphics.Containers.CompositeDrawable.updateChild(Drawable c)
2021-08-03T07:16:32.7357011Z    at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
2021-08-03T07:16:32.7359691Z    at osu.Framework.Graphics.Containers.CompositeDrawable.updateChild(Drawable c)
2021-08-03T07:16:32.7361993Z    at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
2021-08-03T07:16:32.7364220Z    at osu.Framework.Graphics.Containers.CompositeDrawable.updateChild(Drawable c)
2021-08-03T07:16:32.7366415Z    at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
2021-08-03T07:16:32.7368577Z    at osu.Framework.Graphics.Containers.CompositeDrawable.updateChild(Drawable c)
2021-08-03T07:16:32.7370753Z    at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
2021-08-03T07:16:32.7372931Z    at osu.Framework.Graphics.Containers.CompositeDrawable.updateChild(Drawable c)
2021-08-03T07:16:32.7375117Z    at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
2021-08-03T07:16:32.7376793Z    at osu.Framework.Platform.GameHost.UpdateFrame()
2021-08-03T07:16:32.7378176Z    at osu.Framework.Platform.HeadlessGameHost.UpdateFrame()
2021-08-03T07:16:32.7379629Z    at osu.Framework.Threading.GameThread.processFrame()
2021-08-03T07:16:32.7381018Z    at osu.Framework.Threading.GameThread.RunSingleFrame()
2021-08-03T07:16:32.7382745Z    at osu.Framework.Platform.ThreadRunner.RunMainLoop()
2021-08-03T07:16:32.7384126Z    at osu.Framework.Platform.GameHost.windowUpdate()
2021-08-03T07:16:32.7385223Z    at osu.Framework.Platform.GameHost.Run(Game game)
2021-08-03T07:16:32.7386257Z    at osu.Framework.Testing.TestScene.<>c__DisplayClass12_0.<SetupGameHost>b__0()
2021-08-03T07:16:32.7387821Z    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
2021-08-03T07:16:32.7389779Z    at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
2021-08-03T07:16:32.7391714Z    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
2021-08-03T07:16:32.7392744Z 
2021-08-03T07:16:32.7393112Z   Standard Output Messages:
2021-08-03T07:16:32.7394066Z  186966: Running DelayedLoadUnloadWrapper (TestSceneDelayedLoadUnloadWrapper) visual test cases...
2021-08-03T07:16:32.7395231Z  186966: TestSceneDelayedLoadUnloadWrapper
2021-08-03T07:16:32.7395857Z  187166: step 1 add panel
2021-08-03T07:16:32.7396112Z 

peppy avatar Aug 04 '21 08:08 peppy