Skip to content

Starting one cluster per platform on CI #1308

Starting one cluster per platform on CI

Starting one cluster per platform on CI #1308

GitHub Actions / Results Code Coverage failed Sep 14, 2023 in 0s

Results Code Coverage ❌

Tests failed

❌ TestResults.Linux.xml

5710 tests were completed in 965s with 5695 passed, 1 failed and 14 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Sync.SessionTests.Session_AutomaticRecoveryFallsbackToDiscardLocal. 1✔️ 1❌ 13s

❌ Realm.Tests.dll.Realms.Tests.Sync.SessionTests.Session_AutomaticRecoveryFallsbackToDiscardLocal.

Realms.Tests.Sync.SessionTests
  ❌ Session_AutomaticRecoveryFallsbackToDiscardLocal("pbs-str")
	  Expected: False
	  But was:  True
	
  ✔️ Session_AutomaticRecoveryFallsbackToDiscardLocal("flx")

Annotations

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Code Coverage

Realm.Tests.dll.Realms.Tests.Sync.SessionTests.Session_AutomaticRecoveryFallsbackToDiscardLocal. ► Realms.Tests.Sync.SessionTests ► Session_AutomaticRecoveryFallsbackToDiscardLocal("pbs-str")

Failed test found in:
  TestResults.Linux.xml
Error:
    Expected: False
    But was:  True
  
Raw output
   at Realms.Tests.Sync.SessionTests.<>c__DisplayClass9_0.<<Session_AutomaticRecoveryFallsbackToDiscardLocal>b__0>d.MoveNext() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Sync/SessionTests.cs:line 261
--- End of stack trace from previous location ---
   at TaskExtensions.Timeout(Task task, Int32 millisecondTimeout, Task errorTask, String detail) in /home/runner/work/realm-dotnet/realm-dotnet/Realm/Realm/Extensions/TaskExtensions.cs:line 70
   at Realms.Tests.TestHelpers.<>c__DisplayClass31_0.<<RunAsyncTest>b__0>d.MoveNext() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/TestHelpers.cs:line 266
--- End of stack trace from previous location ---
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)