Skip to content

Update to latest Core #107

Update to latest Core

Update to latest Core #107

GitHub Actions / Results Maui.iOS failed Apr 25, 2024 in 2s

Results Maui.iOS ❌

Tests failed

❌ TestResults.iOS.xml

6052 tests were completed in 591s with 5358 passed, 90 failed and 604 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid. 2❌ 354ms
Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate. 2❌ 140ms
Realm.Tests.dll.Realms.Tests.Database.RemoveTests. 11✔️ 1❌ 803ms
Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. 1✔️ 46❌ 26✖️ 1s
Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws. 2❌ 46ms
Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_RemoveAll_OutsideUpdate_Throws. 2❌ 47ms
Realm.Tests.dll.Realms.Tests.Sync.SessionTests. 1✔️ 13❌ 16✖️ 504ms
Realm.Tests.dll.Realms.Tests.Sync.SyncConfigurationTests. 5❌ 1✖️ 152ms
Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests. 5❌ 14✖️ 282ms
Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests.Compact_ShouldReduceSize. 4❌ 112ms
Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests. 5✔️ 8❌ 42✖️ 515ms

❌ Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid.

Realms.Tests.Database.GuidRepresentationMigrationTests
  ❌ FlexibleSync_Subscriptions_MatchesGuid(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '706ed000-0555-4b3c-97e1-95e9ec913c66' because this user has been removed.
  ❌ FlexibleSync_Subscriptions_MatchesGuid(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1576c88f-4853-4904-9f8f-c10443d26a4e' because this user has been removed.

❌ Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate.

Realms.Tests.Database.GuidRepresentationMigrationTests
  ❌ SynchronizedRealm_DoesntMigrate(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.
  ❌ SynchronizedRealm_DoesntMigrate(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.

❌ Realm.Tests.dll.Realms.Tests.Database.RemoveTests.

Realms.Tests.Database.RemoveTests
  ✔️ RemoveAll_WhenDynamic_RemovesAllObjectsOfAGivenType
  ✔️ RemoveAll_WhenGeneric_RemovesAllObjectsOfAGivenType
  ❌ RemoveAllObjectsShouldClearEntireDatabaseWithPartialSchema
	Realms.Exceptions.RealmFileAccessErrorException : Realm file at path '/Users/runner/Library/Developer/CoreSimulator/Devices/18033E4C-06C3-41D4-9DAA-0C1BA63028F8/data/Containers/Data/Application/2B54BA30-C14D-46DA-8E5D-1DE98F9CC6E0/tmp/rt-10830/default.realm' has history type 'SyncClient', but is being opened in local history mode. Synchronized Realms cannot be opened in non-sync mode, and vice versa.
  ✔️ RemoveAllObjectsShouldClearTheDatabase
  ✔️ RemoveObject_FromAnotherRealm_ShouldThrow
  ✔️ RemoveObject_FromSameRealm_ShouldWork
  ✔️ RemoveObject_WhenStandalone_ShouldThrow
  ✔️ RemoveOutsideTransactionShouldFail
  ✔️ RemoveRangeCanRemoveSpecificObjects
  ✔️ RemoveResults_FromAnotherRealm_ShouldThrow
  ✔️ RemoveResults_FromTheSameRealm_ShouldWork
  ✔️ RemoveSucceedsTest

❌ Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.

Realms.Tests.Sync.FlexibleSyncTests
  ✖️ Integration_AfterAnError_CanRecover
  ✖️ Integration_CloseRealmBeforeWaitCompletes
  ✖️ Integration_CreateObjectNotMatchingSubscriptions_ShouldError
  ✖️ Integration_RealmRemoveAllWithSubscriptions
  ✖️ Integration_SubscriptionOnUnqueryableField_ShouldAddThemAutomatically
  ✖️ Integration_SubscriptionSet_AddRemove
  ✖️ Integration_SubscriptionSet_MoveObjectInsideView
  ✖️ Integration_SubscriptionSet_MoveObjectOutsideView
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCalledMultipleTimes
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCalledWithCancelledToken
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCancelled
  ✖️ Integration_SubscriptionWithCollections
  ✖️ Integration_SubscriptionWithEmbeddedObjects
  ✖️ Integration_SubscriptionWithLinks
  ✖️ Integration_UpdateObjectNotMatchingSubscriptions_ShouldError
  ✖️ Integration_UpdatingSubscription_SupersedesPreviousOnes
  ✖️ Integration_WaitForSynchronization_EmptyUpdate
  ✖️ Integration_WriteData_WhenOutsideOfSubscriptions_GetsRevertedByServer
  ❌ Realm_Subscriptions_WhenDisposed_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5d505519-3395-4716-b16d-f973a40127fc' because this user has been removed.
  ❌ Realm_Subscriptions_WhenFLX_ReturnsSubscriptions
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4d10ff52-47a9-4f64-84aa-38e6a71e3ddf' because this user has been removed.
  ✔️ Realm_Subscriptions_WhenLocalRealm_Throws
  ❌ Realm_Subscriptions_WhenPBS_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5b6b85e7-7de5-4e81-8984-54f6b8210d71' because this user has been removed.
  ❌ Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '35991452-7bc7-4312-b612-8f91acd49bc0' because this user has been removed.
  ❌ Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'bb9ae76c-818d-4384-b9a4-46d90f261ea9' because this user has been removed.
  ✖️ Results_Subscribe_WithCancellation_CancelsTheWait
  ✖️ Results_SubscribeNamed_FirstTimeOnly_DifferentObjectType_WaitsForChanges
  ✖️ Results_SubscribeNamed_FirstTimeOnly_DifferentQuery_WaitsForChanges
  ✖️ Results_SubscribeNamed_UpdateExistingFalse_WithDifferentQuery_Throws
  ✖️ Results_SubscribeNamed_UpdateExistingFalse_WithSameQuery
  ✖️ Results_SubscribeNamed_UpdatesQuery
  ✖️ Results_SubscribeNamed_WithValidQuery
  ✖️ Results_SubscribeUnnamed_WithValidQuery
  ❌ SubscriptionSet_Add_AddsSubscription
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5fc93287-4bbf-4e76-bd7a-01eb9525c2fa' because this user has been removed.
  ❌ SubscriptionSet_Add_ComplexQuery_AddsSubscription
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4d3242da-f134-4930-914e-80b89c0a911a' because this user has been removed.
  ❌ SubscriptionSet_Add_WithoutUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ea53a6b2-37ce-4f82-b9f3-d9cdec6270bd' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_DifferentType_UpdateExisting_Updates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '3a03d027-7bc2-4877-bb7d-7e4b0385fc6e' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenDifferentQuery_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '7728a62d-c9a0-4f43-9f01-3c1a70b21861' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenDifferentType_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4904de88-46eb-42fb-ac84-384f2af4096e' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_NoUpdate_WhenIdentical_DoesntThrow
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '9e82be1c-6e6e-4834-9d65-030ec4e02ad2' because this user has been removed.
  ❌ SubscriptionSet_AddSameName_UpdateExisting_Updates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '47d1eea7-a41e-4a4d-b68f-596d844502ca' because this user has been removed.
  ❌ SubscriptionSet_AddSameQuery_DifferentClasses_AddsBoth
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'b2c91845-0186-498c-81a6-d985f338dce8' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_Deduplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '237259bb-8354-4ffa-bfcc-5369715b0034' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_DifferentNames_Duplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '6a696890-e83b-4d7c-8ade-b553b7019111' because this user has been removed.
  ❌ SubscriptionSet_AddTwice_NamedAndUnnamed_Duplicates
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'dd836252-9987-4ae7-afe7-3500db6aef6e' because this user has been removed.
  ❌ SubscriptionSet_Enumerator
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '404d60be-0ac9-4350-b02e-047d313d9474' because this user has been removed.
  ❌ SubscriptionSet_Enumerator_DoubleDispose_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '313b8b82-a321-4695-9a2d-0d99e984eaea' because this user has been removed.
  ❌ SubscriptionSet_Enumerator_Reset
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '3b28b5fa-dc37-4ef0-ae5b-18c57b139a8c' because this user has been removed.
  ❌ SubscriptionSet_FindByName_Finds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '0750ba50-1781-4359-81a7-601624e97f4c' because this user has been removed.
  ❌ SubscriptionSet_FindByName_ReturnsNullWhenMissing
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '8fc0376c-ce96-4a4c-8b2d-73e664e4d60a' because this user has been removed.
  ❌ SubscriptionSet_FindByQuery_Finds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '6a5255ac-6fe9-4614-a503-4f40876ec751' because this user has been removed.
  ❌ SubscriptionSet_FindByQuery_ReturnsNullWhenMissing
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'f7381321-45b5-486b-868b-6bc4b42e46e6' because this user has been removed.
  ❌ SubscriptionSet_GetsGarbageCollected
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ad28d74c-cf7c-4738-b4a7-2460ea026581' because this user has been removed.
  ❌ SubscriptionSet_Indexer
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '60829647-b60e-487c-8c83-1ac97b438162' because this user has been removed.
  ❌ SubscriptionSet_Iteration
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '74e01e7c-518f-4b92-a906-a43e51260a90' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByName
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'fd55690e-cfd5-45d5-91b6-bae230ee73f3' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByName_OutsideUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'aee774a1-81aa-461f-8d90-071be2711b2a' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '52778e06-08a2-4d1d-8816-9ce768d095d8' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '0d254e2a-9515-4319-9a05-00069e36b1b2' because this user has been removed.
  ❌ SubscriptionSet_Remove_Subscription
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '138ef3be-6b8b-4b4f-8263-842c8dde91f3' because this user has been removed.
  ❌ SubscriptionSet_Remove_Subscription_OutsideUpdate_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'a20ffe1a-bcef-49f1-ad32-bdd2ac8b98a2' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '9159c7e2-35d6-49c0-8e86-6f30027efeb8' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '223d4247-f387-47a6-a51f-e4faabf58488' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_Generic_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c271d4b8-83c2-479e-8f42-7d707d287feb' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_Generic_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '6f18b191-44d0-4ab2-8e96-7584b3ed1704' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_RemoveNamed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4ff4a6f1-510e-410a-b035-0713cc670727' because this user has been removed.
  ❌ SubscriptionSet_RemoveByType_RemoveNamed_False
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '53c6790f-a593-425c-85bf-a748fc81081b' because this user has been removed.
  ❌ SubscriptionSet_Update_IncrementsVersion
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1bb74dd3-784b-436c-87a9-dd9dd641fb9b' because this user has been removed.
  ❌ SubscriptionSet_Update_UpdatesItself
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1ebda5ee-b453-4db5-a5c7-f6013295c8a4' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenActionThrows_RollsbackTransaction
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5a220d29-7387-4b9b-981c-c125ce2a3ac9' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenEmpty_Succeeds
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '65b56763-2253-4127-899a-4416f5734ea6' because this user has been removed.
  ❌ SubscriptionSet_Update_WhenTransactionIsInProgress_Throws
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '6695bdc8-ed97-43fc-93fb-4e549f6a1867' because this user has been removed.
  ❌ SubscriptionSet_WhenParentRealmIsClosed_GetsClosed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'ef315087-a386-4c9f-9834-bca4857c1380' because this user has been removed.
  ❌ SubscriptionSet_WhenSupersededParentRealmIsClosed_GetsClosed
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'fe6c9d74-a3c1-4bd8-a549-37f87eba757d' because this user has been removed.

❌ Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws.

Realms.Tests.Sync.FlexibleSyncTests
  ❌ SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '064207b6-a777-46c8-a60d-18c5316050d4' because this user has been removed.
  ❌ SubscriptionSet_Remove_ByQuery_OutsideUpdate_Throws(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '28e914c9-7143-44df-99f9-68f265c59b67' because this user has been removed.

❌ Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_RemoveAll_OutsideUpdate_Throws.

Realms.Tests.Sync.FlexibleSyncTests
  ❌ SubscriptionSet_RemoveAll_OutsideUpdate_Throws(True)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '9328e230-9223-49bc-810b-61500c3117fa' because this user has been removed.
  ❌ SubscriptionSet_RemoveAll_OutsideUpdate_Throws(False)
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'e2b4ac08-72e7-444b-9e9f-8eec90d46fa0' because this user has been removed.

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

Realms.Tests.Sync.SessionTests
  ❌ Realm_GetSession_ShouldReturnSameObject
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '234ad656-87ef-446b-ae56-84c09fc34e55' because this user has been removed.
  ✔️ Realm_SyncSession_WhenLocalRealm_ShouldThrow
  ❌ Realm_SyncSession_WhenSyncedRealm
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'e5ebf3d3-747c-4bd3-b070-4eb155fb6bcb' because this user has been removed.
  ✖️ Session_ClientResetDiscard_TriggersNotifications
  ✖️ Session_ConnectionState_FullFlow
  ✖️ Session_ConnectionState_Propagated_Within_Multiple_Sessions
  ❌ Session_Equals_WhenDifferentRealm_ReturnsFalse
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4ecf5b4d-9364-4eb1-ba89-98cd9d754328' because this user has been removed.
  ❌ Session_Equals_WhenOtherIsNotASession_ReturnsFalse
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '85c62d92-06d0-4d5e-ab9f-58ecd4fc0020' because this user has been removed.
  ❌ Session_Equals_WhenSameRealm_ReturnsTrue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '57a31da2-855f-4152-b172-4bef782d661c' because this user has been removed.
  ❌ Session_GetHashCode_WhenDifferentRealm_ReturnsDifferentValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '7169f5d8-e409-4e6f-a134-c549d6517ace' because this user has been removed.
  ❌ Session_GetHashCode_WhenSameRealm_ReturnsSameValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '35f5a0ae-03fc-454d-b804-28de2ea9627a' because this user has been removed.
  ❌ Session_GetUser_GetApp_ReturnsMeaningfulValue
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4f496d99-74d1-4abb-a49d-282d17850b0e' because this user has been removed.
  ✖️ 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
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c3bc9fca-1e1b-4dba-beb4-0597dc9b7459' because this user has been removed.
  ❌ Session_Start_ResumesSession
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '532796ad-92bd-4ea0-9f47-6df369177d0e' because this user has been removed.
  ❌ Session_Stop_IsIdempotent
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c07bd27c-15d4-4a9c-b3d2-a1169fb2133c' because this user has been removed.
  ❌ Session_Stop_StopsSession
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '7a4c9763-58cb-4c02-864f-5a8764998917' because this user has been removed.
  ✖️ Session_WaitForDownload_CanBeCancelled
  ✖️ Session_WaitForDownload_WithCancelledToken
  ✖️ Session_WaitForUpload_CanBeCancelled
  ✖️ Session_WaitForUpload_WithCancelledToken
  ❌ Session_WhenDisposed_MethodsThrow
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'c4ea3077-5aea-4c2d-b99f-2d073e024cd1' because this user has been removed.
  ✖️ SessionIntegrationTest_ClientResetHandlers_OutOfBoundArrayInsert_AddedToTail

❌ Realm.Tests.dll.Realms.Tests.Sync.SyncConfigurationTests.

Realms.Tests.Sync.SyncConfigurationTests
  ❌ SyncConfiguration_CanBeSetAsRealmConfigurationDefault
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '70f8c070-dac7-4101-9753-70f470ddf928' because this user has been removed.
  ❌ SyncConfiguration_WithAbsolutePath
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '9f9ddaca-05b9-48d4-ba7b-d6ed2095541a' because this user has been removed.
  ❌ SyncConfiguration_WithEncryptionKey_DoesntThrow
	  Expected: No Exception to be thrown
	  But was:  <Realms.Sync.Exceptions.AppException: Cannot start a sync session for user '36ae6c4f-4018-4122-b750-37e724a309c2' because this user has been removed.
	   at Realms.NativeException.ThrowIfNecessary()
	   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
	   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
	   at Realms.RealmConfigurationBase.CreateRealm()
	   at Realms.Realm.GetInstance(RealmConfigurationBase config)
	   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
	   at Realms.Tests.Sync.SyncConfigurationTests.<>c__DisplayClass4_0.<SyncConfiguration_WithEncryptionKey_DoesntThrow>b__1()
	   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
	--- End of stack trace from previous location ---
	   at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception)
	   at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate)
	   at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
	
  ❌ SyncConfiguration_WithoutPath
	  Expected: False
	  But was:  True
	
  ❌ SyncConfiguration_WithRelativePath
	Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '24f77d86-e12a-4dc2-b67c-b4aaa603b28c' because this user has been removed.
  ✖️ Test_SyncConfigRelease

❌ Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests.

Realms.Tests.Sync.SynchronizedInstanceTests
  ✖️ CancelAsyncOperationsOnNonFatalErrors_WhenFalse_ShouldNotCancelAsyncOperationsOnTimeout
  ✖️ CancelAsyncOperationsOnNonFatalErrors_WhenTrue_ShouldCancelAsyncOperationsOnTimeout
  ❌ DeleteRealmWorksIfCalledMultipleTimes
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/Library/Developer/CoreSimulator/Devices/18033E4C-06C3-41D4-9DAA-0C1BA63028F8/data/Containers/Data/Application/2B54BA30-C14D-46DA-8E5D-1DE98F9CC6E0/tmp/rt-10830/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ❌ EmbeddedObject_WhenAdditiveExplicit_ShouldThrow
	  Embedded object EmbeddedLevel3 is unreachable by any link path from top level objects
	  Expected: <Realms.Exceptions.RealmSchemaValidationException>
	  But was:  <Realms.Exceptions.RealmInvalidDatabaseException: Failed to open Realm file at path '/Users/runner/Library/Developer/CoreSimulator/Devices/18033E4C-06C3-41D4-9DAA-0C1BA63028F8/data/Containers/Data/Application/2B54BA30-C14D-46DA-8E5D-1DE98F9CC6E0/tmp/rt-10830/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
	   at Realms.NativeException.ThrowIfNecessary()
	   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
	   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
	   at Realms.RealmConfigurationBase.CreateRealm()
	   at Realms.Realm.GetInstance(RealmConfigurationBase config)
	   at Realms.Tests.Sync.SynchronizedInstanceTests.<>c__DisplayClass12_0.<EmbeddedObject_WhenAdditiveExplicit_ShouldThrow>b__0()
	   at NUnit.Framework.Assert.Throws(IResolveConstraint expression, TestDelegate code, String message, Object[] args)>
	
  ❌ GetInstance_WhenDynamic_ReadsSchemaFromDisk
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/Library/Developer/CoreSimulator/Devices/18033E4C-06C3-41D4-9DAA-0C1BA63028F8/data/Containers/Data/Application/2B54BA30-C14D-46DA-8E5D-1DE98F9CC6E0/tmp/rt-10830/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ❌ GetInstance_WhenDynamicAndDoesntExist_ReturnsEmptySchema
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/Library/Developer/CoreSimulator/Devices/18033E4C-06C3-41D4-9DAA-0C1BA63028F8/data/Containers/Data/Application/2B54BA30-C14D-46DA-8E5D-1DE98F9CC6E0/tmp/rt-10830/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ✖️ GetInstanceAsync_Cancel_ShouldCancelWait
  ✖️ GetInstanceAsync_CreatesNonExistentRealm
  ✖️ GetInstanceAsync_ReportsProgress
  ✖️ GetInstanceAsync_WithOnProgress_DoesntThrowWhenOnProgressIsSetToNull
  ✖️ GetInstanceAsync_WithOnProgressThrowing_ReportsErrorToLogs
  ✖️ InvalidSchemaChange_RaisesClientReset
  ❌ RealmDispose_ClosesSessions
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/Library/Developer/CoreSimulator/Devices/18033E4C-06C3-41D4-9DAA-0C1BA63028F8/data/Containers/Data/Application/2B54BA30-C14D-46DA-8E5D-1DE98F9CC6E0/tmp/rt-10830/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ✖️ SyncLogger_WhenLevelChanges_LogsAtNewLevel
  ✖️ SyncTimeouts_ArePassedCorrectlyToCore
  ✖️ WriteCopy_FailsWithEmptyConfig
  ✖️ WriteCopy_ThrowsWhenConvertingFromFLXToPBS
  ✖️ WriteCopy_ThrowsWhenConvertingFromLocalToFLX
  ✖️ WriteCopy_ThrowsWhenConvertingFromPBSToFLX

❌ Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests.Compact_ShouldReduceSize.

Realms.Tests.Sync.SynchronizedInstanceTests
  ❌ Compact_ShouldReduceSize(True,True)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/Library/Developer/CoreSimulator/Devices/18033E4C-06C3-41D4-9DAA-0C1BA63028F8/data/Containers/Data/Application/2B54BA30-C14D-46DA-8E5D-1DE98F9CC6E0/tmp/rt-10830/default.realm': Realm file decryption failed (Decryption failed: failed to decrypt block 0 in file of size 8192
	0   realm-wrappers                      0x00000001053b58fc _ZN5realm4util16DecryptionFailed19get_message_with_btENSt3__117basic_string_viewIcNS2_11char_traitsIcEEEE + 60
	1   realm-wrappers                      0x00000001053cc2ae _ZN5realm4util16DecryptionFailedC2ERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE + 46
	2   realm-wrappers                      0x00000001053b4892 _ZN5realm4util20EncryptedFileMapping12refresh_pageEmm + 1042
	3   realm-wrappers                      0x00000001053b5557 _ZN5realm4util20EncryptedFileMapping12read_barrierEPKvmPFmPKcEb + 567
	4   realm-wrappers                      0x0000000104f8db9d _ZN5realm4util26do_encryption_read_barrierEPKvmPFmPKcEPNS0_20EncryptedFileMappingEb + 77
	5   realm-wrappers                      0x0000000105210e41 _ZN5realm9SlabAlloc24read_and_validate_headerERNS_4util4FileERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEmbPNS1_13WriteObserverE + 657
	6   realm-wrappers                      0x00000001052104ad _ZN5realm9SlabAlloc11attach_fileERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERNS0_6ConfigEPNS_4util13WriteObserverE + 669
	7   realm-wrappers                      0x000000010525e017 _ZN5realm2DB4openERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 2231
	8   realm-wrappers                      0x0000000105266288 _ZN5realm2DB6createENSt3__110unique_ptrINS_11ReplicationENS1_14default_deleteIS3_EEEERKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 152
	9   realm-wrappers                      0x0000000104ffffff _ZN5realm5_impl16RealmCoordinator7open_dbEv + 1167
	10  realm-wrappers                      0x0000000105000d6e _ZN5realm5_impl16RealmCoordinator12do_get_realmEONS_11RealmConfigERNSt3__110shared_ptrINS_5RealmEEENS4_8optionalINS_9VersionIDEEERNS_4util17CheckedUniqueLockEb + 62
	11  realm-wrappers                      0x0000000105000c72 _ZN5realm5_impl16RealmCoordinator9get_realmENS_11RealmConfigENSt3__18optionalINS_9VersionIDEEE + 482
	12  realm-wrappers                      0x0000000105056e07 _ZN5realm5Realm16get_shared_realmENS_11RealmConfigE + 151
	13  realm-wrappers                      0x0000000104fa76e1 shared_realm_open_with_sync + 225
	14  ???                                 0x000000017d3af8be 0x0 + 6395984062
	15  ???                                 0x000000017d3af50b 0x0 + 6395983115
	16  ???                                 0x000000017d3af133 0x0 + 6395982131
	17  ???                                 0x00000001689fd6a8 0x0 + 6050272936
	18  ???                                 0x00000001689fd5b2 0x0 + 6050272690
	19  ???                                 0x00000001e710b43b 0x0 + 8171598907
	20  ???                                 0x00000001e710b2db 0x0 + 8171598555
	21  ???                                 0x0000000170e4197b 0x0 + 6188964219
	22  ???                                 0x0000000170e41853 0x0 + 6188963923
	23  ???                                 0x0000000166e03bd3 0x0 + 6020938707
	24  ???                                 0x0000000166e1b283 0x0 + 6021034627
	25  ???                                 0x0000000166e1773a 0x0 + 6021019450
	26  ???                                 0x0000000166e1765b 0x0 + 6021019227
	27  ???                                 0x0000000170e40ccb 0x0 + 6188960971
	28  libmonosgen-2.0.dylib               0x0000000105eabff2 mono_jit_runtime_invoke + 1922
	29  libmonosgen-2.0.dylib               0x0000000105dcf208 mono_runtime_invoke_checked + 136
	30  libmonosgen-2.0.dylib               0x0000000105dd7970 mono_runtime_try_invoke_array + 1712
	31  libmonosgen-2.0.dylib               0x0000000105d8dcb7 ves_icall_InternalInvoke + 407
	32  libmonosgen-2.0.dylib               0x0000000105d99fd4 ves_icall_InternalInvoke_raw + 100
	33  ???                                 0x000000016837c199 0x0 + 6043451801
	34  ???                                 0x000000016837bca9 0x0 + 6043450537
	35  ???                                 0x00000001689fb72b 0x0 + 6050264875
	36  ???                                 0x00000001689fab1b 0x0 + 6050261787
	37  ???                                 0x0000000167d67fc3 0x0 + 6037077955
	38  ???                                 0x0000000167d6722b 0x0 + 6037074475
	39  ???                                 0x000000016876f3b4 0x0 + 6047593396
	40  ???                                 0x0000000168773ceb 0x0 + 6047612139
	41  ???                                 0x0000000168770733 0x0 + 6047598387
	)
  ❌ Compact_ShouldReduceSize(True,False)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/Library/Developer/CoreSimulator/Devices/18033E4C-06C3-41D4-9DAA-0C1BA63028F8/data/Containers/Data/Application/2B54BA30-C14D-46DA-8E5D-1DE98F9CC6E0/tmp/rt-10830/default.realm': Realm file decryption failed (Decryption failed: failed to decrypt block 0 in file of size 8192
	0   realm-wrappers                      0x00000001053b58fc _ZN5realm4util16DecryptionFailed19get_message_with_btENSt3__117basic_string_viewIcNS2_11char_traitsIcEEEE + 60
	1   realm-wrappers                      0x00000001053cc2ae _ZN5realm4util16DecryptionFailedC2ERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE + 46
	2   realm-wrappers                      0x00000001053b4892 _ZN5realm4util20EncryptedFileMapping12refresh_pageEmm + 1042
	3   realm-wrappers                      0x00000001053b5557 _ZN5realm4util20EncryptedFileMapping12read_barrierEPKvmPFmPKcEb + 567
	4   realm-wrappers                      0x0000000104f8db9d _ZN5realm4util26do_encryption_read_barrierEPKvmPFmPKcEPNS0_20EncryptedFileMappingEb + 77
	5   realm-wrappers                      0x0000000105210e41 _ZN5realm9SlabAlloc24read_and_validate_headerERNS_4util4FileERKNSt3__112basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEmbPNS1_13WriteObserverE + 657
	6   realm-wrappers                      0x00000001052104ad _ZN5realm9SlabAlloc11attach_fileERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERNS0_6ConfigEPNS_4util13WriteObserverE + 669
	7   realm-wrappers                      0x000000010525e017 _ZN5realm2DB4openERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 2231
	8   realm-wrappers                      0x0000000105266288 _ZN5realm2DB6createENSt3__110unique_ptrINS_11ReplicationENS1_14default_deleteIS3_EEEERKNS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEERKNS_9DBOptionsE + 152
	9   realm-wrappers                      0x0000000104ffffff _ZN5realm5_impl16RealmCoordinator7open_dbEv + 1167
	10  realm-wrappers                      0x0000000105000d6e _ZN5realm5_impl16RealmCoordinator12do_get_realmEONS_11RealmConfigERNSt3__110shared_ptrINS_5RealmEEENS4_8optionalINS_9VersionIDEEERNS_4util17CheckedUniqueLockEb + 62
	11  realm-wrappers                      0x0000000105000c72 _ZN5realm5_impl16RealmCoordinator9get_realmENS_11RealmConfigENSt3__18optionalINS_9VersionIDEEE + 482
	12  realm-wrappers                      0x0000000105056e07 _ZN5realm5Realm16get_shared_realmENS_11RealmConfigE + 151
	13  realm-wrappers                      0x0000000104fa76e1 shared_realm_open_with_sync + 225
	14  ???                                 0x000000017d3af8be 0x0 + 6395984062
	15  ???                                 0x000000017d3af50b 0x0 + 6395983115
	16  ???                                 0x000000017d3af133 0x0 + 6395982131
	17  ???                                 0x00000001689fd6a8 0x0 + 6050272936
	18  ???                                 0x00000001689fd5b2 0x0 + 6050272690
	19  ???                                 0x00000001e710b43b 0x0 + 8171598907
	20  ???                                 0x00000001e710b2db 0x0 + 8171598555
	21  ???                                 0x0000000170e4197b 0x0 + 6188964219
	22  ???                                 0x0000000170e41853 0x0 + 6188963923
	23  ???                                 0x0000000166e03bd3 0x0 + 6020938707
	24  ???                                 0x0000000166e1b283 0x0 + 6021034627
	25  ???                                 0x0000000166e1773a 0x0 + 6021019450
	26  ???                                 0x0000000166e1765b 0x0 + 6021019227
	27  ???                                 0x0000000170e40ccb 0x0 + 6188960971
	28  libmonosgen-2.0.dylib               0x0000000105eabff2 mono_jit_runtime_invoke + 1922
	29  libmonosgen-2.0.dylib               0x0000000105dcf208 mono_runtime_invoke_checked + 136
	30  libmonosgen-2.0.dylib               0x0000000105dd7970 mono_runtime_try_invoke_array + 1712
	31  libmonosgen-2.0.dylib               0x0000000105d8dcb7 ves_icall_InternalInvoke + 407
	32  libmonosgen-2.0.dylib               0x0000000105d99fd4 ves_icall_InternalInvoke_raw + 100
	33  ???                                 0x000000016837c199 0x0 + 6043451801
	34  ???                                 0x000000016837bca9 0x0 + 6043450537
	35  ???                                 0x00000001689fb72b 0x0 + 6050264875
	36  ???                                 0x00000001689fab1b 0x0 + 6050261787
	37  ???                                 0x0000000167d67fc3 0x0 + 6037077955
	38  ???                                 0x0000000167d6722b 0x0 + 6037074475
	39  ???                                 0x000000016876f3b4 0x0 + 6047593396
	40  ???                                 0x0000000168773ceb 0x0 + 6047612139
	41  ???                                 0x0000000168770733 0x0 + 6047598387
	)
  ❌ Compact_ShouldReduceSize(False,True)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/Library/Developer/CoreSimulator/Devices/18033E4C-06C3-41D4-9DAA-0C1BA63028F8/data/Containers/Data/Application/2B54BA30-C14D-46DA-8E5D-1DE98F9CC6E0/tmp/rt-10830/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF
  ❌ Compact_ShouldReduceSize(False,False)
	Realms.Exceptions.RealmInvalidDatabaseException : Failed to open Realm file at path '/Users/runner/Library/Developer/CoreSimulator/Devices/18033E4C-06C3-41D4-9DAA-0C1BA63028F8/data/Containers/Data/Application/2B54BA30-C14D-46DA-8E5D-1DE98F9CC6E0/tmp/rt-10830/default.realm': header has invalid mnemonic. The file is either not a Realm file, is an encrypted Realm file but no encryption key was supplied, or is corrupted. top_ref[0]: 1205B9A500000001, top_ref[1]: 63A007C73BA199C1, mnemonic: FC 2C C8 F1, fmt[0]: 190, fmt[1]: 154, flags: AF

❌ Realm.Tests.dll.Realms.Tests.Sync.UserManagementTests.

Realms.Tests.Sync.UserManagementTests
  ❌ AppAllUsers_WhenThereAreNineUsers_ShouldReturnAllOfThem
	  Expected: equivalent to < <User df52b897-38c4-4679-8bdd-9aee82fd6ed9, State: Removed>, <User a384ca00-67fe-43bf-b891-cf3a0abdb66a, State: Removed>, <User efd68778-9105-4399-85b0-817b1fd07ba2, State: Removed>, <User 4baa2961-9fa3-454d-aaf9-3e93c9f7a1a2, State: Removed>, <User 9b4b244f-2ff1-4533-87a7-6ff973840528, State: Removed>, <User 69161a28-1326-4724-b3f5-e54a44acd0aa, State: Removed>, <User f1c0380d-2626-4ad8-b3d1-ead3523c1a17, State: Removed>, <User 194b479b-af05-4030-8eb9-73364fe6814d, State: Removed>, <User b937798b-508a-4f56-bad0-22e331d5e511, State: Removed> >
	  But was:  <empty>
	  Missing (9): < <User df52b897-38c4-4679-8bdd-9aee82fd6ed9, State: Removed>, <User a384ca00-67fe-43bf-b891-cf3a0abdb66a, State: Removed>, <User efd68778-9105-4399-85b0-817b1fd07ba2, State: Removed>, <User 4baa2961-9fa3-454d-aaf9-3e93c9f7a1a2, State: Removed>, <User 9b4b244f-2ff1-4533-87a7-6ff973840528, State: Removed>, <User 69161a28-1326-4724-b3f5-e54a44acd0aa, State: Removed>, <User f1c0380d-2626-4ad8-b3d1-ead3523c1a17, State: Removed>, <User 194b479b-af05-4030-8eb9-73364fe6814d, State: Removed>, <User b937798b-508a-4f56-bad0-22e331d5e511, State: Removed> >
	
  ✔️ AppAllUsers_WhenThereAreNoUsers_ShouldReturnEmptyCollection
  ❌ AppAllUsers_WhenThereIsOneUser_ShouldReturnThatUser
	  Expected: 1
	  But was:  0
	
  ✔️ AppCurrentUser_WhenThereAreNoUsers_ShouldReturnNull
  ❌ AppCurrentUser_WhenThereIsMoreThanOneUser_ShouldReturnLastOne
	  Expected: <User 3e173df7-fe30-4f5f-929c-eda59b404661, State: Removed>
	  But was:  null
	
  ❌ AppCurrentUser_WhenThereIsOneUser_ShouldReturnThatUser
	  Expected: <User e333ca98-c820-4155-8813-3ab6ce6377cb, State: Removed>
	  But was:  null
	
  ✖️ AppDeleteUserFromServer_RemovesUser
  ✖️ AppRemoveUser_RemovesUser
  ❌ AppSwitchUser_SwitchesCurrentUser
	  Expected: <User 55f183c2-984d-46d2-8c60-7bc4da123517, State: Removed>
	  But was:  null
	
  ❌ AppSwitchUser_WhenUserIsCurrent_DoesNothing
	  Expected: <User 56bd068a-42c5-4a01-9e1d-7589f25e93ff, State: Removed>
	  But was:  null
	
  ✔️ 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
  ✖️ 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
	  Expected: not null
	  But was:  null
	
  ❌ UserCustomData_ReadsFromAccessToken
	  Expected: not null
	  But was:  null
	
  ✔️ 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 Maui.iOS

Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► FlexibleSync_Subscriptions_MatchesGuid(True)

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '706ed000-0555-4b3c-97e1-95e9ec913c66' because this user has been removed.
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Sync.FlexibleSyncConfiguration.CreateRealm()
   at Realms.Realm.GetInstance(RealmConfigurationBase config)
   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
   at Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid(Boolean useLegacyRepresentation)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Maui.iOS

Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► FlexibleSync_Subscriptions_MatchesGuid(False)

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '1576c88f-4853-4904-9f8f-c10443d26a4e' because this user has been removed.
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Sync.FlexibleSyncConfiguration.CreateRealm()
   at Realms.Realm.GetInstance(RealmConfigurationBase config)
   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
   at Realms.Tests.Database.GuidRepresentationMigrationTests.FlexibleSync_Subscriptions_MatchesGuid(Boolean useLegacyRepresentation)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Maui.iOS

Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► SynchronizedRealm_DoesntMigrate(True)

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Realm.GetInstance(RealmConfigurationBase config)
   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
   at Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate(Boolean useLegacyRepresentation)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Maui.iOS

Realm.Tests.dll.Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate. ► Realms.Tests.Database.GuidRepresentationMigrationTests ► SynchronizedRealm_DoesntMigrate(False)

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'sync-guids-test-user' because this user has been removed.
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Realm.GetInstance(RealmConfigurationBase config)
   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
   at Realms.Tests.Database.GuidRepresentationMigrationTests.SynchronizedRealm_DoesntMigrate(Boolean useLegacyRepresentation)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Maui.iOS

Realm.Tests.dll.Realms.Tests.Database.RemoveTests. ► Realms.Tests.Database.RemoveTests ► RemoveAllObjectsShouldClearEntireDatabaseWithPartialSchema

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Exceptions.RealmFileAccessErrorException : Realm file at path '/Users/runner/Library/Developer/CoreSimulator/Devices/18033E4C-06C3-41D4-9DAA-0C1BA63028F8/data/Containers/Data/Application/2B54BA30-C14D-46DA-8E5D-1DE98F9CC6E0/tmp/rt-10830/default.realm' has history type 'SyncClient', but is being opened in local history mode. Synchronized Realms cannot be opened in non-sync mode, and vice versa.
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.Open(Configuration configuration)
   at Realms.RealmConfiguration.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Realm.GetInstance(RealmConfigurationBase config)
   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
   at Realms.Tests.Database.RemoveTests.RemoveAllObjectsShouldClearEntireDatabaseWithPartialSchema()
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Maui.iOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenDisposed_Throws

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5d505519-3395-4716-b16d-f973a40127fc' because this user has been removed.
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Sync.FlexibleSyncConfiguration.CreateRealm()
   at Realms.Realm.GetInstance(RealmConfigurationBase config)
   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
   at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm()
   at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenDisposed_Throws()
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Maui.iOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenFLX_ReturnsSubscriptions

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '4d10ff52-47a9-4f64-84aa-38e6a71e3ddf' because this user has been removed.
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Sync.FlexibleSyncConfiguration.CreateRealm()
   at Realms.Realm.GetInstance(RealmConfigurationBase config)
   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
   at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm()
   at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenFLX_ReturnsSubscriptions()
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Maui.iOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenPBS_Throws

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5b6b85e7-7de5-4e81-8984-54f6b8210d71' because this user has been removed.
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Realm.GetInstance(RealmConfigurationBase config)
   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
   at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenPBS_Throws()
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Maui.iOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '35991452-7bc7-4312-b612-8f91acd49bc0' because this user has been removed.
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Sync.FlexibleSyncConfiguration.CreateRealm()
   at Realms.Realm.GetInstance(RealmConfigurationBase config)
   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
   at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm()
   at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference()
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Maui.iOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user 'bb9ae76c-818d-4384-b9a4-46d90f261ea9' because this user has been removed.
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Sync.FlexibleSyncConfiguration.CreateRealm()
   at Realms.Realm.GetInstance(RealmConfigurationBase config)
   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
   at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm()
   at Realms.Tests.Sync.FlexibleSyncTests.<Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne>b__5_0()
   at TaskExtensions.Timeout(Task task, Int32 millisecondTimeout, Task errorTask, String detail)
   at Realms.Tests.TestHelpers.<>c__DisplayClass33_0.<<RunAsyncTest>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at Nito.AsyncEx.AsyncContext.<>c__DisplayClass15_0.<Run>b__0(Task t)
   at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke()
   at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
   at Realms.Tests.TestHelpers.RunAsyncTest(Func`1 testFunc, Int32 timeout, Task errorTask)
   at Realms.Tests.Sync.FlexibleSyncTests.Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne()
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Maui.iOS

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► SubscriptionSet_Add_AddsSubscription

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.AppException : Cannot start a sync session for user '5fc93287-4bbf-4e76-bd7a-01eb9525c2fa' because this user has been removed.
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.OpenWithSync(Configuration configuration, SyncConfiguration syncConfiguration)
   at Realms.Sync.SyncConfigurationBase.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Sync.FlexibleSyncConfiguration.CreateRealm()
   at Realms.Realm.GetInstance(RealmConfigurationBase config)
   at Realms.Tests.RealmTest.GetRealm(RealmConfigurationBase config)
   at Realms.Tests.Sync.FlexibleSyncTests.GetFakeFLXRealm()
   at Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Add_AddsSubscription()
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)