1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00
osu-lazer/osu.Game.Tests
Dean Herbert b8c85ef017 Revert polling changes to fix participant list display
It turns out this polling was necessary to get extra data that isn't
included in the main listing request. It was removed deemed useless, and
in order to fix the order of rooms changing when selecting a room.
Weirdly, I can't reproduce this happening any more, and on close
inspection of the code can't see how it could happen in the first place.

For now, let's revert this change and iterate from there, if/when the
same issue arises again.

I've discussed avoiding this second poll by potentially including more
data (just `user_id`s?) in the main listing request, but not 100% sure
on this - even if the returned data is minimal it's an extra join
server-side, which could cause performance issues for large numbers of
rooms.
2021-01-15 15:19:12 +09:00
..
Audio Add failing test cases 2020-12-03 23:13:48 +01:00
Beatmaps Fix Storyboard's FirstEventTime not finding the true earliest event 2021-01-04 15:16:01 +09:00
Chat Remove usages of null-forgiving operator 2020-06-09 22:13:48 +09:00
Collections/IO Centralise import test helper methods 2020-09-18 18:05:33 +09:00
Editing Make HitSampleInfo immutable 2020-12-01 15:37:51 +09:00
Gameplay Add region specifications around implicit interface implementations 2020-12-22 12:01:09 +09:00
Input Revert leasing logic 2020-12-05 22:15:41 +01:00
NonVisual Add test coverage 2021-01-05 13:14:16 +09:00
Online Fix some web requests retrieving the user too early 2020-07-14 13:07:17 +09:00
Resources Add failing test for storyboard start time ordering 2021-01-04 15:15:23 +09:00
Rulesets Clarify purpose and construction of extra test 2020-10-12 17:38:22 +02:00
Scores/IO Centralise import test helper methods 2020-09-18 18:05:33 +09:00
ScrollAlgorithms Add test cases for sequential scroll algorithm 2020-05-21 21:56:59 +02:00
Skins Centralise import test helper methods 2020-09-18 18:05:33 +09:00
Testing Rename to TestSceneRulesetDependencies, mark as headless and avoid throwing 2020-06-15 11:49:50 +03:00
Visual Revert polling changes to fix participant list display 2021-01-15 15:19:12 +09:00
ImportTest.cs Centralise import test helper methods 2020-09-18 18:05:33 +09:00
osu.Game.Tests.csproj Merge branch 'master' into net5.0 2021-01-14 14:02:51 +03:00
WaveformTestBeatmap.cs Fix timeline test 2020-11-13 17:51:01 +09:00