1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-18 04:32:55 +08:00
osu-lazer/osu.Game.Tests/Database
Dean Herbert 4d0b4c2541 Fix realm potentially not being refreshed in time for test asserts in BeatmapImporterTests
As seen at https://github.com/ppy/osu/runs/5659368512?check_suite_focus=true

Went through every usage of `.Import` and added either an
`EnsureLoaded`, or where that provides too many checks, an explicit
`realm.Refresh()`.
2022-03-24 12:59:17 +09:00
..
BeatmapImporterTests.cs Fix realm potentially not being refreshed in time for test asserts in BeatmapImporterTests 2022-03-24 12:59:17 +09:00
FileStoreTests.cs Update terminology to realm "instance" rather than "context" 2022-01-24 20:38:38 +09:00
GeneralUsageTests.cs Remove synchronization context hacks in realm tests 2022-01-25 17:41:22 +09:00
RealmLiveTests.cs Fix completely invalid method of testing realm migration 2022-01-26 19:03:26 +09:00
RealmSubscriptionRegistrationTests.cs Add extension method to detect and isolate realm collection-level changes 2022-03-08 14:50:47 +09:00
RealmTest.cs Remove pointless constructor in RulesetInfo 2022-01-27 15:37:27 +09:00
RulesetStoreTests.cs Update existing usages to point to RealmRulesetStore 2022-02-16 17:13:54 +09:00
TestRealmKeyBindingStore.cs Update remaining cases of clashes with realm.Write and realm.RegisterForNotifications 2022-01-25 13:09:48 +09:00