Skip to content

Simplified set collection on object

Sign in for the full log view
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Results Xamarin.Android failed Oct 3, 2023 in 1s

Results Xamarin.Android ❌

Tests failed

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

5779 tests were completed in 202s with 5254 passed, 7 failed and 518 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Database.InstanceTests. 52✔️ 1❌ 4s
Realm.Tests.dll.Realms.Tests.Database.MigrationTests. 13✔️ 5❌ 316ms
Realm.Tests.dll.Realms.Tests.Database.RealmValueWithCollections.Dictionary_WhenRetrieved_WorksWithAllTypes. 1✔️ 1❌ 36ms

❌ Realm.Tests.dll.Realms.Tests.Database.InstanceTests.

Realms.Tests.Database.InstanceTests
  ✔️ BeginWrite_CalledMultipleTimes_Throws
  ✔️ Compact_WhenInTransaction_ShouldThrow
  ✔️ Compact_WhenOpenOnDifferentThread_ShouldReturnFalse
  ✔️ Compact_WhenOpenOnSameThread_ShouldReturnTrue
  ✔️ Compact_WhenResultsAreOpen_ShouldReturnFalse
  ✔️ DeleteRealmFailsIfOpenSameThread
  ✔️ DeleteRealmWorksIfCalledMultipleTimes
  ✔️ DeleteRealmWorksIfClosed
  ✔️ DeleteRealmWorksIfFolderDoesntExist
  ✔️ Dispose_WhenCalledMultipletimes_ShouldNotInvalidateOtherInstances
  ✔️ Dispose_WhenOnDifferentThread_ShouldNotInvalidateOtherInstances
  ✔️ Dispose_WhenOnTheSameThread_ShouldNotInvalidateOtherInstances
  ✔️ Freeze_FreezesTheRealm
  ✔️ FrozenRealm_CannotSubscribeForNotifications
  ✔️ FrozenRealm_CannotWrite
  ✔️ FrozenRealm_DoesntUpdate
  ✔️ FrozenRealms_CanBeUsedAcrossThreads
  ✔️ FrozenRealms_GetGarbageCollected
  ✔️ FrozenRealms_ReuseParentSchemaAndMetadata
  ✔️ GetCachedInstancesSameThread
  ✔️ GetInstance_WhenDynamic_ReadsSchemaFromDisk
  ✔️ GetInstance_WhenDynamicAndDoesntExist_ReturnsEmptySchema
  ❌ GetInstance_WhenIsDynamic_AndOSSchemaHasEmptyTable_DoesntThrow
	  Expected: No Exception to be thrown
	  But was:  <Realms.Exceptions.RealmException: Database has an unsupported version (9) and cannot be upgraded
	  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
	  at Realms.Tests.Database.InstanceTests+<>c__DisplayClass34_0.<GetInstance_WhenIsDynamic_AndOSSchemaHasEmptyTable_DoesntThrow>b__0 () [0x00000] in <0586ed4113ba433ba461d937c14115f5>: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 <fe0c1cc269354f829ec38b72c5dd2379>:0 
	--- End of stack trace from previous location where exception was thrown ---
	
	  at NUnit.Framework.Internal.ExceptionHelper.Rethrow (System.Exception exception) [0x00007] in <25288f22b7c548d8adf4cb3c0171568e>:0 
	  at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions (System.Delegate delegate) [0x00018] in <25288f22b7c548d8adf4cb3c0171568e>:0 
	  at NUnit.Framework.Internal.ExceptionHelper.RecordException (System.Delegate parameterlessDelegate, System.String parameterName) [0x0007e] in <25288f22b7c548d8adf4cb3c0171568e>:0 >
	
  ✔️ GetInstance_WhenReadonly_TreatsAdditionalTablesAsEmpty
  ✔️ GetInstance_WithManualSchema_CanReadAndWrite
  ✔️ GetInstance_WithMixOfManualAndTypedSchema_CanReadAndWrite
  ✔️ GetInstance_WithTypedSchemaWithMissingProperties_ThrowsException
  ✔️ GetInstanceAsync_ExecutesMigrationsInBackground
  ✔️ GetInstanceShouldThrowWithBadPath
  ✔️ GetInstanceTest
  ✔️ GetInstanceWithJustFilenameTest
  ✔️ GetTwice_ReadOnlyInstance_DoesNotThrow
  ✔️ GetUniqueInstancesDifferentThreads
  ✔️ InstanceIsClosedByDispose
  ✔️ InstancesHaveDifferentHashes
  ✔️ IsInTransaction_WhenInvokedOnADifferentThread_Throws
  ✔️ Logger_ChangeLevel_ReflectedImmediately
  ✔️ ParallelOpen_DoesNotThrow
  ✔️ ReadOnlyInstance_ThrowsOnRefresh
  ✔️ Realm_Freeze_ReadOnly
  ✔️ Realm_Freeze_WhenFrozen_ReturnsSameInstance
  ✔️ Realm_HittingMaxNumberOfVersions_Throws
  ✔️ RealmChangedShouldFireForEveryInstance
  ✔️ RealmDispose_DisposesActiveTransaction
  ✔️ RealmObjectClassesOnlyAllowRealmObjects
  ✔️ RealmState_GetsGarbageCollected
  ✔️ RealmWithFrozenObjects_WhenDeleted_DoesNotThrow
  ✔️ RealmWithOneClassThrowsIfUseOther
  ✔️ RealmWithOneClassWritesDesiredClass
  ✔️ Transaction_PerformAction_WhenDisposed_Throws
  ✔️ TransactionStateIsCorrect
  ✔️ TransactionStateIsCorrectAsync
  ✔️ UsingDisposedRealm_ShouldThrowObjectDisposedException

❌ Realm.Tests.dll.Realms.Tests.Database.MigrationTests.

Realms.Tests.Database.MigrationTests
  ❌ ExceptionInMigrationCallback
	  Expected: <System.AggregateException>
	  But was:  <Realms.Exceptions.RealmException: Database has an unsupported version (9) and cannot be upgraded
	  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
	  at Realms.Tests.Database.MigrationTests+<>c__DisplayClass3_0.<ExceptionInMigrationCallback>b__0 () [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
	  at NUnit.Framework.Assert.Throws (NUnit.Framework.Constraints.IResolveConstraint expression, NUnit.Framework.TestDelegate code, System.String message, System.Object[] args) [0x00017] in <25288f22b7c548d8adf4cb3c0171568e>:0 >
	
  ✔️ Migration_ChangePrimaryKey_Dynamic
  ✔️ Migration_ChangePrimaryKey_Static
  ✔️ Migration_ChangePrimaryKey_WithDuplicates_Throws
  ✔️ Migration_ChangePrimaryKeyType
  ✔️ Migration_NewRealm_Remove
  ✔️ Migration_ToEmbedded_DeletesOrphans
  ✔️ Migration_ToEmbedded_DuplicatesObjects
  ✔️ Migration_WhenDone_DisposesAllObjectsAndLists
  ✔️ MigrationRemoveTypeInSchema
  ✔️ MigrationRemoveTypeInvalidArguments
  ✔️ MigrationRemoveTypeNotInSchema
  ❌ MigrationRenameProperty
	Realms.Exceptions.RealmException : Database has an unsupported version (9) and cannot be upgraded
  ❌ MigrationRenamePropertyErrors
	  Expected: <System.ArgumentException>
	  But was:  <Realms.Exceptions.RealmException: Database has an unsupported version (9) and cannot be upgraded
	  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <e2957de9aa66468b934554d2e7a83981>:0 
	  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
	  at Realms.Tests.Database.MigrationTests+<>c__DisplayClass6_0.<MigrationRenamePropertyErrors>b__0 () [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
	  at NUnit.Framework.Assert.Throws (NUnit.Framework.Constraints.IResolveConstraint expression, NUnit.Framework.TestDelegate code, System.String message, System.Object[] args) [0x00017] in <25288f22b7c548d8adf4cb3c0171568e>:0 >
	
  ❌ MigrationRenamePropertyInvalidArguments
	Realms.Exceptions.RealmException : Database has an unsupported version (9) and cannot be upgraded
  ✔️ MigrationTriggersDelete
  ❌ TriggerMigrationBySchemaEditing
	Realms.Exceptions.RealmException : Database has an unsupported version (9) and cannot be upgraded
  ✔️ TriggerMigrationBySchemaVersion

❌ Realm.Tests.dll.Realms.Tests.Database.RealmValueWithCollections.Dictionary_WhenRetrieved_WorksWithAllTypes.

Realms.Tests.Database.RealmValueWithCollections
  ❌ Dictionary_WhenRetrieved_WorksWithAllTypes(True)
	  Expected: True
	  But was:  False
	
  ✔️ Dictionary_WhenRetrieved_WorksWithAllTypes(False)

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.Database.InstanceTests. ► Realms.Tests.Database.InstanceTests ► GetInstance_WhenIsDynamic_AndOSSchemaHasEmptyTable_DoesntThrow

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
    Expected: No Exception to be thrown
    But was:  <Realms.Exceptions.RealmException: Database has an unsupported version (9) and cannot be upgraded
    at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
    at Realms.Tests.Database.InstanceTests+<>c__DisplayClass34_0.<GetInstance_WhenIsDynamic_AndOSSchemaHasEmptyTable_DoesntThrow>b__0 () [0x00000] in <0586ed4113ba433ba461d937c14115f5>: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 <fe0c1cc269354f829ec38b72c5dd2379>:0 
  --- End of stack trace from previous location where exception was thrown ---
  
    at NUnit.Framework.Internal.ExceptionHelper.Rethrow (System.Exception exception) [0x00007] in <25288f22b7c548d8adf4cb3c0171568e>:0 
    at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions (System.Delegate delegate) [0x00018] in <25288f22b7c548d8adf4cb3c0171568e>:0 
    at NUnit.Framework.Internal.ExceptionHelper.RecordException (System.Delegate parameterlessDelegate, System.String parameterName) [0x0007e] in <25288f22b7c548d8adf4cb3c0171568e>:0 >
  
Raw output
  at Realms.Tests.Database.InstanceTests.GetInstance_WhenIsDynamic_AndOSSchemaHasEmptyTable_DoesntThrow () [0x00048] in <0586ed4113ba433ba461d937c14115f5>: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.Database.MigrationTests. ► Realms.Tests.Database.MigrationTests ► ExceptionInMigrationCallback

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
    Expected: <System.AggregateException>
    But was:  <Realms.Exceptions.RealmException: Database has an unsupported version (9) and cannot be upgraded
    at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
    at Realms.Tests.Database.MigrationTests+<>c__DisplayClass3_0.<ExceptionInMigrationCallback>b__0 () [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
    at NUnit.Framework.Assert.Throws (NUnit.Framework.Constraints.IResolveConstraint expression, NUnit.Framework.TestDelegate code, System.String message, System.Object[] args) [0x00017] in <25288f22b7c548d8adf4cb3c0171568e>:0 >
  
Raw output
  at Realms.Tests.Database.MigrationTests.ExceptionInMigrationCallback () [0x00067] in <0586ed4113ba433ba461d937c14115f5>: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.Database.MigrationTests. ► Realms.Tests.Database.MigrationTests ► MigrationRenameProperty

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
  Realms.Exceptions.RealmException : Database has an unsupported version (9) and cannot be upgraded
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
  at Realms.Tests.Database.MigrationTests.MigrationRenameProperty () [0x00058] in <0586ed4113ba433ba461d937c14115f5>: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 <fe0c1cc269354f829ec38b72c5dd2379>: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.Database.MigrationTests. ► Realms.Tests.Database.MigrationTests ► MigrationRenamePropertyErrors

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
    Expected: <System.ArgumentException>
    But was:  <Realms.Exceptions.RealmException: Database has an unsupported version (9) and cannot be upgraded
    at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <e2957de9aa66468b934554d2e7a83981>:0 
    at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
    at Realms.Tests.Database.MigrationTests+<>c__DisplayClass6_0.<MigrationRenamePropertyErrors>b__0 () [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
    at NUnit.Framework.Assert.Throws (NUnit.Framework.Constraints.IResolveConstraint expression, NUnit.Framework.TestDelegate code, System.String message, System.Object[] args) [0x00017] in <25288f22b7c548d8adf4cb3c0171568e>:0 >
  
Raw output
  at Realms.Tests.Database.MigrationTests.MigrationRenamePropertyErrors () [0x00075] in <0586ed4113ba433ba461d937c14115f5>: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.Database.MigrationTests. ► Realms.Tests.Database.MigrationTests ► MigrationRenamePropertyInvalidArguments

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
  Realms.Exceptions.RealmException : Database has an unsupported version (9) and cannot be upgraded
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
  at Realms.Tests.Database.MigrationTests.MigrationRenamePropertyInvalidArguments () [0x00058] in <0586ed4113ba433ba461d937c14115f5>: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 <fe0c1cc269354f829ec38b72c5dd2379>: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.Database.MigrationTests. ► Realms.Tests.Database.MigrationTests ► TriggerMigrationBySchemaEditing

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
  Realms.Exceptions.RealmException : Database has an unsupported version (9) and cannot be upgraded
Raw output
  at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.SharedRealmHandle.Open (Realms.Native.Configuration configuration) [0x00008] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.RealmConfiguration.CreateHandle (Realms.Native.Configuration& configuration) [0x00000] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.RealmConfigurationBase.CreateRealm () [0x00015] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.Realm.GetInstance (Realms.RealmConfigurationBase config) [0x0000a] in <e2957de9aa66468b934554d2e7a83981>:0 
  at Realms.Tests.RealmTest.GetRealm (Realms.RealmConfigurationBase config) [0x00000] in <0586ed4113ba433ba461d937c14115f5>:0 
  at Realms.Tests.Database.MigrationTests.TriggerMigrationBySchemaEditing () [0x00056] in <0586ed4113ba433ba461d937c14115f5>: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 <fe0c1cc269354f829ec38b72c5dd2379>: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.Database.RealmValueWithCollections.Dictionary_WhenRetrieved_WorksWithAllTypes. ► Realms.Tests.Database.RealmValueWithCollections ► Dictionary_WhenRetrieved_WorksWithAllTypes(True)

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
    Expected: True
    But was:  False
  
Raw output
  at Realms.Tests.Database.RealmValueWithCollections.Dictionary_WhenRetrieved_WorksWithAllTypes (System.Boolean isManaged) [0x002a0] in <0586ed4113ba433ba461d937c14115f5>:0