Skip to content

RNET-1145, RNET-1143: Fix reading schema from native (#3601)

Sign in for the full log view
GitHub Actions / Results .NET Framework failed May 21, 2024 in 1s

Results .NET Framework ❌

Tests failed

❌ TestResults.Windows.xml

6074 tests were completed in 1211s with 6048 passed, 5 failed and 21 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.exe.Realms.Tests.Sync.StaticQueriesTests.RealmObjectAPI_RealmValueLinks_AtlasToRealm. 4✔️ 1❌ 13s
Realm.Tests.exe.Realms.Tests.Sync.SyncMigrationTests. 2✔️ 3❌ 4s
Realm.Tests.exe.Realms.Tests.Sync.UserManagementTests. 53✔️ 1❌ 1✖️ 58s

❌ Realm.Tests.exe.Realms.Tests.Sync.StaticQueriesTests.RealmObjectAPI_RealmValueLinks_AtlasToRealm.

Realms.Tests.Sync.StaticQueriesTests
  ✔️ RealmObjectAPI_RealmValueLinks_AtlasToRealm(Single link)
  ✔️ RealmObjectAPI_RealmValueLinks_AtlasToRealm(List)
  ✔️ RealmObjectAPI_RealmValueLinks_AtlasToRealm(Dictionary)
  ✔️ RealmObjectAPI_RealmValueLinks_AtlasToRealm(Set)
  ❌ RealmObjectAPI_RealmValueLinks_AtlasToRealm(All types)
	  Expected: Object
	  But was:  Null
	

❌ Realm.Tests.exe.Realms.Tests.Sync.SyncMigrationTests.

Realms.Tests.Sync.SyncMigrationTests
  ✔️ Migration_FailsWithFutureVersion
  ❌ Model_CanMigratePropertyOptionality
	Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56495/groups/664d0a4bb5a826e0ce9c8733/apps/664d0a5db5a826e0ce9c8892/logs?co_id=664d1655b5a826e0ce9e4ac1
  ✔️ Model_CanRemoveField
  ❌ SameRealm_CanBeMigratedSkippingVersions
	Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56495/groups/664d0a4bb5a826e0ce9c8733/apps/664d0a5db5a826e0ce9c8892/logs?co_id=664d1657b5a826e0ce9e4b84
  ❌ SameRealm_CanBeMigratedThroughConsecutiveVersions
	Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56495/groups/664d0a4bb5a826e0ce9c8733/apps/664d0a5db5a826e0ce9c8892/logs?co_id=664d1658b5a826e0ce9e4ba2

❌ Realm.Tests.exe.Realms.Tests.Sync.UserManagementTests.

Realms.Tests.Sync.UserManagementTests
  ✔️ AppAllUsers_WhenThereAreNineUsers_ShouldReturnAllOfThem
  ✔️ AppAllUsers_WhenThereAreNoUsers_ShouldReturnEmptyCollection
  ✔️ AppAllUsers_WhenThereIsOneUser_ShouldReturnThatUser
  ✔️ AppCurrentUser_WhenThereAreNoUsers_ShouldReturnNull
  ✔️ AppCurrentUser_WhenThereIsMoreThanOneUser_ShouldReturnLastOne
  ✔️ AppCurrentUser_WhenThereIsOneUser_ShouldReturnThatUser
  ✔️ AppDeleteUserFromServer_RemovesUser
  ✔️ AppRemoveUser_RemovesUser
  ✔️ AppSwitchUser_SwitchesCurrentUser
  ✔️ AppSwitchUser_WhenUserIsCurrent_DoesNothing
  ✔️ AppSwitchUser_WhenUserIsNull_Throws
  ✔️ EmailPasswordRegisterUser_Works
  ✔️ User_CallResetPasswordFunctionAsync_ResetsUserPassword
  ✔️ User_ConfirmUserAsync_ConfirmsUser
  ✖️ User_Facebook_LogsInAndReadsDataFromFacebook
  ✔️ User_JWT_LogsInAndReadsDataFromToken
  ✔️ User_LinkCredentials_AllowsLoginWithNewCredentials
  ✔️ User_LinkCredentials_MultipleTimes_AllowsLoginWithAllCredentials
  ✔️ User_LinkCredentials_MultipleTimesSameCredentials_IsNoOp
  ✔️ User_LinkCredentials_WhenAnonymous_Throws
  ✔️ User_LinkCredentials_WhenInUse_Throws
  ✔️ User_LinkCredentials_WhenMultipleEmailPassword_Throws
  ✔️ User_ResetPasswordAsync_ConfirmsResetPassword
  ✔️ User_RetryCustomConfirmationAsync_RerunsConfirmation
  ❌ UserAnonymous_CombiningReuseAndNotReuse
	  Expected: <User 664d1670b5a826e0ce9e4fc8, State: LoggedIn>
	  But was:  <User 664d1670b5a826e0ce9e4fd4, State: LoggedIn>
	
  ✔️ UserApiKeys_CanLoginWithGeneratedKey
  ✔️ UserApiKeys_CanLoginWithReenabledKey
  ✔️ UserApiKeys_CantLoginWithDeletedKey
  ✔️ UserApiKeys_CantLoginWithDisabledKey
  ✔️ UserApiKeys_Create_CreatesApiKeyAndRevealsValue
  ✔️ UserApiKeys_Create_WithInvalidName_Throws
  ✔️ UserApiKeys_DeleteKey_WithExistingId
  ✔️ UserApiKeys_DeleteKey_WithNonExistingId
  ✔️ UserApiKeys_Disable_DisablesKey
  ✔️ UserApiKeys_DisableApiKey_WhenDisabled_IsNoOp
  ✔️ UserApiKeys_DisableApiKey_WhenNonExistent_Throws
  ✔️ UserApiKeys_Enable_ReenablesKey
  ✔️ UserApiKeys_EnableApiKey_WhenEnabled_IsNoOp
  ✔️ UserApiKeys_EnableApiKey_WhenNonExistent_Throws
  ✔️ UserApiKeys_Fetch_WhenIdDoesntMatch_ReturnsNull
  ✔️ UserApiKeys_Fetch_WhenIdMatches_ReturnsKey
  ✔️ UserApiKeys_Fetch_WhenNoneExist_ReturnsNull
  ✔️ UserApiKeys_FetchAll_WithMultipleKeys
  ✔️ UserApiKeys_FetchAll_WithNoKeys
  ✔️ UserApiKeys_FetchAll_WithOneKey
  ✔️ UserChanged_DoesntKeepObjectAlive
  ✔️ UserCustomData
  ✔️ UserCustomData_Generic
  ✔️ UserCustomData_Generic_ReadsFromAccessToken
  ✔️ UserCustomData_ReadsFromAccessToken
  ✔️ UserCustomData_WhenEmpty_ReturnsNull
  ✔️ UserCustomDataChange_RaisesChanged
  ✔️ UserEqualsOverrides
  ✔️ UserLogOut_RaisesChanged
  ✔️ UserToStringOverride

Annotations

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results .NET Framework

Realm.Tests.exe.Realms.Tests.Sync.StaticQueriesTests.RealmObjectAPI_RealmValueLinks_AtlasToRealm. ► Realms.Tests.Sync.StaticQueriesTests ► RealmObjectAPI_RealmValueLinks_AtlasToRealm(All types)

Failed test found in:
  TestResults.Windows.xml
Error:
    Expected: Object
    But was:  Null
  
Raw output
   at Realms.Tests.Sync.StaticQueriesTests.<RealmObjectAPI_RealmValueLinks_AtlasToRealm>g__AssertEqual|22_10(RealmValue retrieved, RealmValue original) in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\StaticQueriesTests.cs:line 801
   at Realms.Tests.Sync.StaticQueriesTests.<>c__DisplayClass22_0.<<RealmObjectAPI_RealmValueLinks_AtlasToRealm>b__0>d.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\StaticQueriesTests.cs:line 769
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TaskExtensions.<Timeout>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.TestHelpers.<>c__DisplayClass34_0.<<RunAsyncTest>b__0>d.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\TestHelpers.cs:line 300
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
   at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync(Func`1 testFunc, Int32 timeout) in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncTestHelpers.cs:line 88

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results .NET Framework

Realm.Tests.exe.Realms.Tests.Sync.SyncMigrationTests. ► Realms.Tests.Sync.SyncMigrationTests ► Model_CanMigratePropertyOptionality

Failed test found in:
  TestResults.Windows.xml
Error:
  Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56495/groups/664d0a4bb5a826e0ce9c8733/apps/664d0a5db5a826e0ce9c8892/logs?co_id=664d1655b5a826e0ce9e4ac1
Raw output
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Sync.SubscriptionSetHandle.<WaitForStateChangeAsync>d__24.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.Sync.SyncTestBase.<WaitForSubscriptionsAsync>d__11.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncTestBase.cs:line 97
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.Sync.SyncMigrationTests.<OpenRealm>d__0.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncMigrationTests.cs:line 109
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.Sync.SyncMigrationTests.<<Model_CanMigratePropertyOptionality>b__1_0>d.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncMigrationTests.cs:line 126
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TaskExtensions.<Timeout>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.TestHelpers.<>c__DisplayClass34_0.<<RunAsyncTest>b__0>d.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\TestHelpers.cs:line 300
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
   at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync(Func`1 testFunc, Int32 timeout) in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncTestHelpers.cs:line 88

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results .NET Framework

Realm.Tests.exe.Realms.Tests.Sync.SyncMigrationTests. ► Realms.Tests.Sync.SyncMigrationTests ► SameRealm_CanBeMigratedSkippingVersions

Failed test found in:
  TestResults.Windows.xml
Error:
  Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56495/groups/664d0a4bb5a826e0ce9c8733/apps/664d0a5db5a826e0ce9c8892/logs?co_id=664d1657b5a826e0ce9e4b84
Raw output
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Sync.SubscriptionSetHandle.<WaitForStateChangeAsync>d__24.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.Sync.SyncTestBase.<WaitForSubscriptionsAsync>d__11.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncTestBase.cs:line 97
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.Sync.SyncMigrationTests.<OpenRealm>d__0.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncMigrationTests.cs:line 109
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.Sync.SyncMigrationTests.<<SameRealm_CanBeMigratedSkippingVersions>b__5_0>d.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncMigrationTests.cs:line 335
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TaskExtensions.<Timeout>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.TestHelpers.<>c__DisplayClass34_0.<<RunAsyncTest>b__0>d.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\TestHelpers.cs:line 300
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
   at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync(Func`1 testFunc, Int32 timeout) in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncTestHelpers.cs:line 88

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results .NET Framework

Realm.Tests.exe.Realms.Tests.Sync.SyncMigrationTests. ► Realms.Tests.Sync.SyncMigrationTests ► SameRealm_CanBeMigratedThroughConsecutiveVersions

Failed test found in:
  TestResults.Windows.xml
Error:
  Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56495/groups/664d0a4bb5a826e0ce9c8733/apps/664d0a5db5a826e0ce9c8892/logs?co_id=664d1658b5a826e0ce9e4ba2
Raw output
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Sync.SubscriptionSetHandle.<WaitForStateChangeAsync>d__24.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.Sync.SyncTestBase.<WaitForSubscriptionsAsync>d__11.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncTestBase.cs:line 97
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.Sync.SyncMigrationTests.<OpenRealm>d__0.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncMigrationTests.cs:line 109
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.Sync.SyncMigrationTests.<<SameRealm_CanBeMigratedThroughConsecutiveVersions>b__4_0>d.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncMigrationTests.cs:line 267
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TaskExtensions.<Timeout>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.TestHelpers.<>c__DisplayClass34_0.<<RunAsyncTest>b__0>d.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\TestHelpers.cs:line 300
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
   at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync(Func`1 testFunc, Int32 timeout) in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncTestHelpers.cs:line 88

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results .NET Framework

Realm.Tests.exe.Realms.Tests.Sync.UserManagementTests. ► Realms.Tests.Sync.UserManagementTests ► UserAnonymous_CombiningReuseAndNotReuse

Failed test found in:
  TestResults.Windows.xml
Error:
    Expected: <User 664d1670b5a826e0ce9e4fc8, State: LoggedIn>
    But was:  <User 664d1670b5a826e0ce9e4fd4, State: LoggedIn>
  
Raw output
   at Realms.Tests.Sync.UserManagementTests.<<UserAnonymous_CombiningReuseAndNotReuse>b__52_0>d.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\UserManagementTests.cs:line 1057
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at TaskExtensions.<Timeout>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Realms.Tests.TestHelpers.<>c__DisplayClass34_0.<<RunAsyncTest>b__0>d.MoveNext() in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\TestHelpers.cs:line 300
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
   at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync(Func`1 testFunc, Int32 timeout) in D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Sync\SyncTestHelpers.cs:line 88