Collections of Mixed #1380
GitHub Actions / Results Unity Windows Mono_Net4
failed
Oct 18, 2023 in 1s
Results Unity Windows Mono_Net4 ❌
❌ TestResults.xml
5735 tests were completed in 618s with 5182 passed, 2 failed and 551 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.RealmObjectTests. | 31✔️ | 1❌ | 24s | |
Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.RealmValueWithCollections.Dictionary_WhenRetrieved_WorksWithAllTypes. | 1✔️ | 1❌ | 62ms |
❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.RealmObjectTests.
Realms.Tests.Database.RealmObjectTests
✔️ FrozenObject_DoesntChange
✔️ FrozenObject_DoesntGetDeleted
❌ FrozenObject_GetsGarbageCollected
Realms.Exceptions.RealmInUseException : Cannot delete files of an open Realm: 'C:\Users\runneradmin\AppData\LocalLow\DefaultCompany\Tests_Unity\b6907234-6449-4b12-a0ed-43d7c88ed613' is still in use.
✔️ Realm_Add_InvokesOnManaged
✔️ Realm_Find_InvokesOnManaged
✔️ RealmObject_AddToRelatedList_InvokesOnManaged
✔️ RealmObject_Equals_ManagedSameInstance_NoPK
✔️ RealmObject_Equals_ManagedSameInstance_WithPK
✔️ RealmObject_Equals_UnmanagedDifferentInstance
✔️ RealmObject_Equals_WhenOtherIsNull_ReturnsFalse
✔️ RealmObject_Equals_WhenSameInstance_ReturnsTrue
✔️ RealmObject_EqualsADifferentType_ReturnsFalse
✔️ RealmObject_EqualsInvalidObject_WhenInvalid_ReturnsTrue
✔️ RealmObject_EqualsInvalidObject_WhenValid_ReturnsFalse
✔️ RealmObject_Freeze_DoesntModifyOriginal
✔️ RealmObject_Freeze_WhenFrozen_ReturnsSameInstance
✔️ RealmObject_Freeze_WhenObjectIsUnmanaged_Throws
✔️ RealmObject_GetHashCode_ChangesAfterAddingToRealm
✔️ RealmObject_GetHashCode_IsDifferentForDifferentObjects
✔️ RealmObject_GetHashCode_IsSameForEqualManagedObjects
✔️ RealmObject_GetHashCode_RemainsStableAfterDeletion
✔️ RealmObject_InitializedFields_GetCorrectValues
✔️ RealmObject_ObjectSchema_ReturnsValueWhenManagedAndUnmanaged
✔️ RealmObject_SetRelatedObject_InvokesOnManaged
✔️ RealmObject_ToString_WhenDeleted
✔️ RealmObject_ToString_WhenUnmanaged
✔️ RealmObject_ToString_WithoutPK
✔️ RealmObject_ToString_WithPK
✔️ RealmObject_WhenFrozen_FailsToSubscribeToNotifications
✔️ RealmObject_WhenThrowsBeforeInitializer_DoesNotCrash
✔️ RealmObjectEqualsCheck_WhenDeleted_ReturnsFalse
✔️ RealmResults_InvokesOnManaged
❌ Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.RealmValueWithCollections.Dictionary_WhenRetrieved_WorksWithAllTypes.
Realms.Tests.Database.RealmValueWithCollections
❌ Dictionary_WhenRetrieved_WorksWithAllTypes(True)
Equal to than original dict
Expected: True
But was: False
✔️ Dictionary_WhenRetrieved_WorksWithAllTypes(False)
Annotations
Check failure on line -1 in No path available
github-actions / Results Unity Windows Mono_Net4
Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.RealmObjectTests. ► Realms.Tests.Database.RealmObjectTests ► FrozenObject_GetsGarbageCollected
Failed test found in:
TestResults.xml
Error:
Realms.Exceptions.RealmInUseException : Cannot delete files of an open Realm: 'C:\Users\runneradmin\AppData\LocalLow\DefaultCompany\Tests_Unity\b6907234-6449-4b12-a0ed-43d7c88ed613' is still in use.
Raw output
at Realms.NativeException.ThrowIfNecessary () [0x0000f] in <418c50b86c934772ad766bd9f6725bfc>:0
at Realms.SharedRealmHandle.DeleteFiles (System.String path) [0x00013] in <418c50b86c934772ad766bd9f6725bfc>:0
at Realms.Realm.DeleteRealm (Realms.RealmConfigurationBase configuration) [0x00011] in <418c50b86c934772ad766bd9f6725bfc>:0
at Realms.Tests.Database.RealmObjectTests.<FrozenObject_GetsGarbageCollected>b__14_0 () [0x00074] in <c90696f7aff84700bf7a5ec76df9f9bb>:0
at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <418c50b86c934772ad766bd9f6725bfc>:0
at Realms.Tests.TestHelpers+<>c__DisplayClass31_0.<RunAsyncTest>b__0 () [0x00079] in <c90696f7aff84700bf7a5ec76df9f9bb>:0
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <c90696f7aff84700bf7a5ec76df9f9bb>:0
at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <c90696f7aff84700bf7a5ec76df9f9bb>:0
at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <6073cf49ed704e958b8a66d540dea948>:0
at System.Threading.Tasks.Task.Execute () [0x00000] in <6073cf49ed704e958b8a66d540dea948>: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 <c90696f7aff84700bf7a5ec76df9f9bb>:0
at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <c90696f7aff84700bf7a5ec76df9f9bb>:0
at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <c90696f7aff84700bf7a5ec76df9f9bb>:0
at Realms.Tests.Database.RealmObjectTests.FrozenObject_GetsGarbageCollected () [0x00000] in <c90696f7aff84700bf7a5ec76df9f9bb>: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 <6073cf49ed704e958b8a66d540dea948>:0
Check failure on line -1 in No path available
github-actions / Results Unity Windows Mono_Net4
Tests.Unity.Realm.Tests.dll.Realms.Tests.Database.RealmValueWithCollections.Dictionary_WhenRetrieved_WorksWithAllTypes. ► Realms.Tests.Database.RealmValueWithCollections ► Dictionary_WhenRetrieved_WorksWithAllTypes(True)
Failed test found in:
TestResults.xml
Error:
Equal to than original dict
Expected: True
But was: False
Raw output
at Realms.Tests.Database.RealmValueWithCollections.Dictionary_WhenRetrieved_WorksWithAllTypes (System.Boolean isManaged) [0x00234] in <c90696f7aff84700bf7a5ec76df9f9bb>:0
Loading