Skip to content

RNET-1132: Add tests for sync schema migration (#3570) #2586

RNET-1132: Add tests for sync schema migration (#3570)

RNET-1132: Add tests for sync schema migration (#3570) #2586

GitHub Actions / Results Xamarin.Android failed Apr 13, 2024 in 0s

Results Xamarin.Android ❌

Tests failed

❌ D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml

6162 tests were completed in 2799s with 6119 passed, 21 failed and 22 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Sync.SessionTests. 27✔️ 2❌ 1✖️ 318s
Realm.Tests.dll.Realms.Tests.Sync.SyncMigrationTests. 4✔️ 1❌ 30s
Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. 36✔️ 18❌ 1✖️ 77s

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

Realms.Tests.Sync.SessionTests
  ✔️ Realm_GetSession_ShouldReturnSameObject
  ✔️ Realm_SyncSession_WhenLocalRealm_ShouldThrow
  ✔️ Realm_SyncSession_WhenSyncedRealm
  ✔️ Session_ClientResetDiscard_TriggersNotifications
  ✔️ Session_ConnectionState_FullFlow
  ✔️ Session_ConnectionState_Propagated_Within_Multiple_Sessions
  ✔️ Session_Equals_WhenDifferentRealm_ReturnsFalse
  ✔️ Session_Equals_WhenOtherIsNotASession_ReturnsFalse
  ✔️ Session_Equals_WhenSameRealm_ReturnsTrue
  ✔️ Session_GetHashCode_WhenDifferentRealm_ReturnsDifferentValue
  ✔️ Session_GetHashCode_WhenSameRealm_ReturnsSameValue
  ✔️ Session_GetUser_GetApp_ReturnsMeaningfulValue
  ✔️ Session_NotificationToken_Freed_When_Close_Realm
  ✔️ Session_OnSessionError
  ✔️ Session_PermissionDenied_DoesntCrash
  ✔️ Session_PropertyChanged_FreedNotificationToken
  ✔️ Session_PropertyChanged_MultipleSubscribers
  ✔️ Session_Should_Free_Instance_With_No_PropertyChanged_Subscribers
  ✔️ Session_Should_Keep_Instance_Until_There_Are_Subscribers
  ✔️ Session_Should_Not_Free_Instance_With_PropertyChanged_Subscribers
  ✔️ Session_Start_IsIdempotent
  ✔️ Session_Start_ResumesSession
  ✔️ Session_Stop_IsIdempotent
  ✔️ Session_Stop_StopsSession
  ✔️ Session_WaitForDownload_CanBeCancelled
  ❌ Session_WaitForDownload_WithCancelledToken
	  Expected: less than 2
	  But was:  3
	
  ✔️ Session_WaitForUpload_CanBeCancelled
  ❌ Session_WaitForUpload_WithCancelledToken
	  Expected: less than 2
	  But was:  3
	
  ✔️ Session_WhenDisposed_MethodsThrow
  ✖️ SessionIntegrationTest_ClientResetHandlers_OutOfBoundArrayInsert_AddedToTail

❌ Realm.Tests.dll.Realms.Tests.Sync.SyncMigrationTests.

Realms.Tests.Sync.SyncMigrationTests
  ❌ Migration_FailsWithFutureVersion
	  Expected: String containing "schema version in BIND 3 is greater than latest schema version 2"
	  But was:  "Client provided invalid schema version: client presented schema version "3" is greater than latest schema version "2" Logs: http://34.231.21.249:42952/groups/661adff467f29fe0e18b9783/apps/661ae00867f29fe0e18b9940/logs?co_id=661aee8567f29fe0e18d8356"
	
  ✔️ Model_CanMigratePropertyOptionality
  ✔️ Model_CanRemoveField
  ✔️ SameRealm_CanBeMigratedSkippingVersions
  ✔️ SameRealm_CanBeMigratedThroughConsecutiveVersions

❌ Realm.Tests.dll.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
  ✔️ UserApiKeys_CanLoginWithGeneratedKey
  ✔️ UserApiKeys_CanLoginWithReenabledKey
  ✔️ UserApiKeys_CantLoginWithDeletedKey
  ✔️ UserApiKeys_CantLoginWithDisabledKey
  ✔️ UserApiKeys_Create_CreatesApiKeyAndRevealsValue
  ✔️ UserApiKeys_Create_WithInvalidName_Throws
  ✔️ UserApiKeys_DeleteKey_WithExistingId
  ✔️ UserApiKeys_DeleteKey_WithNonExistingId
  ❌ UserApiKeys_Disable_DisablesKey
	Realms.Sync.Exceptions.AppException : CustomError: Connection reset
  ❌ UserApiKeys_DisableApiKey_WhenDisabled_IsNoOp
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserApiKeys_DisableApiKey_WhenNonExistent_Throws
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserApiKeys_Enable_ReenablesKey
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserApiKeys_EnableApiKey_WhenEnabled_IsNoOp
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserApiKeys_EnableApiKey_WhenNonExistent_Throws
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserApiKeys_Fetch_WhenIdDoesntMatch_ReturnsNull
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserApiKeys_Fetch_WhenIdMatches_ReturnsKey
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserApiKeys_Fetch_WhenNoneExist_ReturnsNull
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserApiKeys_FetchAll_WithMultipleKeys
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserApiKeys_FetchAll_WithNoKeys
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserApiKeys_FetchAll_WithOneKey
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserChanged_DoesntKeepObjectAlive
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserCustomData
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserCustomData_Generic
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ✔️ UserCustomData_Generic_ReadsFromAccessToken
  ✔️ UserCustomData_ReadsFromAccessToken
  ✔️ UserCustomData_WhenEmpty_ReturnsNull
  ❌ UserCustomDataChange_RaisesChanged
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserEqualsOverrides
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ❌ UserLogOut_RaisesChanged
	Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
  ✔️ UserToStringOverride

Annotations

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.Android

Realm.Tests.dll.Realms.Tests.Sync.SessionTests. ► Realms.Tests.Sync.SessionTests ► Session_WaitForDownload_WithCancelledToken

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
    Expected: less than 2
    But was:  3
  
Raw output
  at Realms.Tests.Sync.SessionTests.<Session_WaitForDownload_WithCancelledToken>b__43_0 () [0x0026d] in <54fb747e71924dd7afb92c2725906683>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <54fb747e71924dd7afb92c2725906683>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SessionTests.Session_WaitForDownload_WithCancelledToken () [0x00000] in <54fb747e71924dd7afb92c2725906683>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.Android

Realm.Tests.dll.Realms.Tests.Sync.SessionTests. ► Realms.Tests.Sync.SessionTests ► Session_WaitForUpload_WithCancelledToken

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
    Expected: less than 2
    But was:  3
  
Raw output
  at Realms.Tests.Sync.SessionTests.<Session_WaitForUpload_WithCancelledToken>b__41_0 () [0x0017b] in <54fb747e71924dd7afb92c2725906683>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <54fb747e71924dd7afb92c2725906683>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SessionTests.Session_WaitForUpload_WithCancelledToken () [0x00000] in <54fb747e71924dd7afb92c2725906683>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.Android

Realm.Tests.dll.Realms.Tests.Sync.SyncMigrationTests. ► Realms.Tests.Sync.SyncMigrationTests ► Migration_FailsWithFutureVersion

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
    Expected: String containing "schema version in BIND 3 is greater than latest schema version 2"
    But was:  "Client provided invalid schema version: client presented schema version "3" is greater than latest schema version "2" Logs: http://34.231.21.249:42952/groups/661adff467f29fe0e18b9783/apps/661ae00867f29fe0e18b9940/logs?co_id=661aee8567f29fe0e18d8356"
  
Raw output
  at Realms.Tests.Sync.SyncMigrationTests.<Migration_FailsWithFutureVersion>b__3_0 () [0x00088] in <54fb747e71924dd7afb92c2725906683>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <54fb747e71924dd7afb92c2725906683>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncMigrationTests.Migration_FailsWithFutureVersion () [0x00000] in <54fb747e71924dd7afb92c2725906683>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.Android

Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. ► Realms.Tests.Sync.UserManagementTests ► UserApiKeys_Disable_DisablesKey

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
  Realms.Sync.Exceptions.AppException : CustomError: Connection reset
Raw output
  at Realms.Sync.SyncUserHandle.CreateApiKeyAsync (Realms.Sync.AppHandle app, System.String name) [0x000b1] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.Sync.UserManagementTests.<UserApiKeys_Disable_DisablesKey>b__42_0 () [0x000f4] in <54fb747e71924dd7afb92c2725906683>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <54fb747e71924dd7afb92c2725906683>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.UserApiKeys_Disable_DisablesKey () [0x00000] in <54fb747e71924dd7afb92c2725906683>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <87b373849fcc429a9c7ff646bdd69fb6>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.Android

Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. ► Realms.Tests.Sync.UserManagementTests ► UserApiKeys_DisableApiKey_WhenDisabled_IsNoOp

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
  Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
Raw output
  at Realms.Sync.AppHandle+EmailPasswordApi.RegisterUserAsync (System.String username, System.String password) [0x000c9] in <7692c036220a4619a3516354d6f91eda>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.Sync.SyncTestBase.GetUserAsync (Realms.Sync.App app, System.String username, System.String password) [0x000d3] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.<UserApiKeys_DisableApiKey_WhenDisabled_IsNoOp>b__41_0 () [0x00083] in <54fb747e71924dd7afb92c2725906683>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <54fb747e71924dd7afb92c2725906683>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.UserApiKeys_DisableApiKey_WhenDisabled_IsNoOp () [0x00000] in <54fb747e71924dd7afb92c2725906683>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <87b373849fcc429a9c7ff646bdd69fb6>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.Android

Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. ► Realms.Tests.Sync.UserManagementTests ► UserApiKeys_DisableApiKey_WhenNonExistent_Throws

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
  Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
Raw output
  at Realms.Sync.AppHandle+EmailPasswordApi.RegisterUserAsync (System.String username, System.String password) [0x000c9] in <7692c036220a4619a3516354d6f91eda>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.Sync.SyncTestBase.GetUserAsync (Realms.Sync.App app, System.String username, System.String password) [0x000d3] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.<UserApiKeys_DisableApiKey_WhenNonExistent_Throws>b__38_0 () [0x0007a] in <54fb747e71924dd7afb92c2725906683>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <54fb747e71924dd7afb92c2725906683>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.UserApiKeys_DisableApiKey_WhenNonExistent_Throws () [0x00000] in <54fb747e71924dd7afb92c2725906683>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <87b373849fcc429a9c7ff646bdd69fb6>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.Android

Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. ► Realms.Tests.Sync.UserManagementTests ► UserApiKeys_Enable_ReenablesKey

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
  Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
Raw output
  at Realms.Sync.AppHandle+EmailPasswordApi.RegisterUserAsync (System.String username, System.String password) [0x000c9] in <7692c036220a4619a3516354d6f91eda>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.Sync.SyncTestBase.GetUserAsync (Realms.Sync.App app, System.String username, System.String password) [0x000d3] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.<UserApiKeys_Enable_ReenablesKey>b__43_0 () [0x00087] in <54fb747e71924dd7afb92c2725906683>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <54fb747e71924dd7afb92c2725906683>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.UserApiKeys_Enable_ReenablesKey () [0x00000] in <54fb747e71924dd7afb92c2725906683>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <87b373849fcc429a9c7ff646bdd69fb6>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.Android

Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. ► Realms.Tests.Sync.UserManagementTests ► UserApiKeys_EnableApiKey_WhenEnabled_IsNoOp

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
  Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
Raw output
  at Realms.Sync.AppHandle+EmailPasswordApi.RegisterUserAsync (System.String username, System.String password) [0x000c9] in <7692c036220a4619a3516354d6f91eda>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.Sync.SyncTestBase.GetUserAsync (Realms.Sync.App app, System.String username, System.String password) [0x000d3] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.<UserApiKeys_EnableApiKey_WhenEnabled_IsNoOp>b__40_0 () [0x0007b] in <54fb747e71924dd7afb92c2725906683>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <54fb747e71924dd7afb92c2725906683>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.UserApiKeys_EnableApiKey_WhenEnabled_IsNoOp () [0x00000] in <54fb747e71924dd7afb92c2725906683>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <87b373849fcc429a9c7ff646bdd69fb6>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.Android

Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. ► Realms.Tests.Sync.UserManagementTests ► UserApiKeys_EnableApiKey_WhenNonExistent_Throws

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
  Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
Raw output
  at Realms.Sync.AppHandle+EmailPasswordApi.RegisterUserAsync (System.String username, System.String password) [0x000c9] in <7692c036220a4619a3516354d6f91eda>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.Sync.SyncTestBase.GetUserAsync (Realms.Sync.App app, System.String username, System.String password) [0x000d3] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.<UserApiKeys_EnableApiKey_WhenNonExistent_Throws>b__39_0 () [0x0007a] in <54fb747e71924dd7afb92c2725906683>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <54fb747e71924dd7afb92c2725906683>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.UserApiKeys_EnableApiKey_WhenNonExistent_Throws () [0x00000] in <54fb747e71924dd7afb92c2725906683>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <87b373849fcc429a9c7ff646bdd69fb6>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.Android

Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. ► Realms.Tests.Sync.UserManagementTests ► UserApiKeys_Fetch_WhenIdDoesntMatch_ReturnsNull

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
  Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
Raw output
  at Realms.Sync.AppHandle+EmailPasswordApi.RegisterUserAsync (System.String username, System.String password) [0x000c9] in <7692c036220a4619a3516354d6f91eda>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.Sync.SyncTestBase.GetUserAsync (Realms.Sync.App app, System.String username, System.String password) [0x000d3] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.<UserApiKeys_Fetch_WhenIdDoesntMatch_ReturnsNull>b__31_0 () [0x00077] in <54fb747e71924dd7afb92c2725906683>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <54fb747e71924dd7afb92c2725906683>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.UserApiKeys_Fetch_WhenIdDoesntMatch_ReturnsNull () [0x00000] in <54fb747e71924dd7afb92c2725906683>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <87b373849fcc429a9c7ff646bdd69fb6>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.Android

Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. ► Realms.Tests.Sync.UserManagementTests ► UserApiKeys_Fetch_WhenIdMatches_ReturnsKey

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
  Realms.Sync.Exceptions.AppException : CustomError: Failed to connect to /34.231.21.249:42952
Raw output
  at Realms.Sync.AppHandle+EmailPasswordApi.RegisterUserAsync (System.String username, System.String password) [0x000c9] in <7692c036220a4619a3516354d6f91eda>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.Sync.SyncTestBase.GetUserAsync (Realms.Sync.App app, System.String username, System.String password) [0x000d3] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.<UserApiKeys_Fetch_WhenIdMatches_ReturnsKey>b__32_0 () [0x0007a] in <54fb747e71924dd7afb92c2725906683>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <7692c036220a4619a3516354d6f91eda>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass33_0.<RunAsyncTest>b__0 () [0x00079] in <54fb747e71924dd7afb92c2725906683>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <87b373849fcc429a9c7ff646bdd69fb6>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <54fb747e71924dd7afb92c2725906683>:0 
  at Realms.Tests.Sync.UserManagementTests.UserApiKeys_Fetch_WhenIdMatches_ReturnsKey () [0x00000] in <54fb747e71924dd7afb92c2725906683>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <87b373849fcc429a9c7ff646bdd69fb6>:0