Skip to content

Allow watching replay from multi/playlist results screens #912

Allow watching replay from multi/playlist results screens

Allow watching replay from multi/playlist results screens #912

GitHub Actions / Test Results (Linux, MultiThreaded) failed Sep 7, 2023 in 0s

Test Results (Linux, MultiThreaded) ❌

Tests failed

❌ TestResults-Linux-MultiThreaded.trx

4962 tests were completed in 1429s with 4946 passed, 1 failed and 15 skipped.

Test suite Passed Failed Skipped Time
osu.Game.Tests.Scores.IO.ImportScoreTest 3✔️ 1❌ 6s

❌ osu.Game.Tests.Scores.IO.ImportScoreTest

✔️ TestBasicImport
✔️ TestImportMods
✔️ TestImportStatistics
❌ TestOnlineScoreIsAvailableLocally
	System.NotSupportedException : The method 'MatchesOnlineID' is not supported

Annotations

Check failure on line 154 in osu.Game/Scoring/ScoreManager.cs

See this annotation in the file changed.

@github-actions github-actions / Test Results (Linux, MultiThreaded)

osu.Game.Tests.Scores.IO.ImportScoreTest ► TestOnlineScoreIsAvailableLocally

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
Error:
  System.NotSupportedException : The method 'MatchesOnlineID' is not supported
Raw output
System.NotSupportedException : The method 'MatchesOnlineID' is not supported
   at Realms.RealmResultsVisitor.VisitMethodCall(MethodCallExpression node)
   at Realms.RealmResultsVisitor.RecurseToWhereOrRunLambda(MethodCallExpression m)
   at Realms.RealmResultsVisitor.VisitMethodCall(MethodCallExpression node)
   at Realms.RealmResultsProvider.Execute(Expression expression)
   at Realms.RealmResultsProvider.Execute[T](Expression expression)
   at System.Linq.Queryable.Any[TSource](IQueryable`1 source, Expression`1 predicate)
   at osu.Game.Scoring.ScoreManager.<>c__DisplayClass17_0.<IsAvailableLocally>b__0(Realm realm) in /home/runner/work/osu/osu/osu.Game/Scoring/ScoreManager.cs:line 154
   at osu.Game.Database.RealmAccess.Run[T](Func`2 action) in /home/runner/work/osu/osu/osu.Game/Database/RealmAccess.cs:line 416
   at osu.Game.Scoring.ScoreManager.IsAvailableLocally(ScoreInfo model) in /home/runner/work/osu/osu/osu.Game/Scoring/ScoreManager.cs:line 154
   at osu.Game.Tests.Scores.IO.ImportScoreTest.TestOnlineScoreIsAvailableLocally() in /home/runner/work/osu/osu/osu.Game.Tests/Scores/IO/ImportScoreTest.cs:line 158