mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 15:17:27 +08:00
12585c9f27
Came up as a failure when locally running tests for ppy/osu-framework#6001 - but the test is actually a previously-known flaky that I couldn't reproduce the failure of until the aforementioned PR. This appears to be a simple race; the test scene queries the track length from update thread, but the length is actually set on the audio thread. So it's not unreasonable that given unlucky timing, the length will not be set by `TrackBass` before it is queried. To fix, switch assert to until step. I'm generally not really willing to give this more time of day until this change is proven insufficient. |
||
---|---|---|
.. | ||
TestSceneBeatDivisorControl.cs | ||
TestSceneBlueprintOrdering.cs | ||
TestSceneComposerSelection.cs | ||
TestSceneComposeScreen.cs | ||
TestSceneComposeSelectBox.cs | ||
TestSceneDesignSection.cs | ||
TestSceneDifficultyDelete.cs | ||
TestSceneDifficultySwitching.cs | ||
TestSceneDistanceSnapGrid.cs | ||
TestSceneEditorBeatmapCreation.cs | ||
TestSceneEditorBindings.cs | ||
TestSceneEditorChangeStates.cs | ||
TestSceneEditorClipboard.cs | ||
TestSceneEditorClock.cs | ||
TestSceneEditorComposeRadioButtons.cs | ||
TestSceneEditorMenuBar.cs | ||
TestSceneEditorSamplePlayback.cs | ||
TestSceneEditorSaving.cs | ||
TestSceneEditorScreenModes.cs | ||
TestSceneEditorSeeking.cs | ||
TestSceneEditorSeekSnapping.cs | ||
TestSceneEditorSummaryTimeline.cs | ||
TestSceneEditorTestGameplay.cs | ||
TestSceneHitObjectComposer.cs | ||
TestSceneHitObjectDifficultyPointAdjustments.cs | ||
TestSceneHitObjectSampleAdjustments.cs | ||
TestSceneLabelledTimeSignature.cs | ||
TestSceneLocallyModifyingOnlineBeatmaps.cs | ||
TestSceneMetadataSection.cs | ||
TestScenePlacementBlueprint.cs | ||
TestScenePlaybackControl.cs | ||
TestScenePreviewTime.cs | ||
TestSceneRectangularPositionSnapGrid.cs | ||
TestSceneSelectionBlueprintDeselection.cs | ||
TestSceneSetupScreen.cs | ||
TestSceneTapButton.cs | ||
TestSceneTapTimingControl.cs | ||
TestSceneTimelineBlueprintContainer.cs | ||
TestSceneTimelineHitObjectBlueprint.cs | ||
TestSceneTimelineSelection.cs | ||
TestSceneTimelineTickDisplay.cs | ||
TestSceneTimelineZoom.cs | ||
TestSceneTimingScreen.cs | ||
TestSceneWaveform.cs | ||
TestSceneZoomableScrollContainer.cs | ||
TimelineTestScene.cs |