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 UWP Managed failed Oct 3, 2023 in 1s

Results UWP Managed ❌

Tests failed

❌ C:/Users/runneradmin/AppData/Local/Packages/realm.uwp.tests_tqmxrx2sghv08/LocalState/TestResults.UWP.xml

5779 tests were completed in 607s with 5255 passed, 6 failed and 518 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Database.InstanceTests. 52✔️ 1❌ 26s
Realm.Tests.dll.Realms.Tests.Database.MigrationTests. 13✔️ 5❌ 1s

❌ 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.SharedRealmHandle.Open(Configuration configuration)
	   at Realms.RealmConfiguration.CreateHandle(Configuration& configuration)
	   at Realms.RealmConfigurationBase.CreateRealm()
	   at Realms.Tests.Database.InstanceTests.<>c__DisplayClass34_0.<GetInstance_WhenIsDynamic_AndOSSchemaHasEmptyTable_DoesntThrow>b__0()
	--- End of stack trace from previous location where exception was thrown ---
	   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)>
	
  ✔️ 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.SharedRealmHandle.Open(Configuration configuration)
	   at Realms.RealmConfiguration.CreateHandle(Configuration& configuration)
	   at Realms.RealmConfigurationBase.CreateRealm()
	   at Realms.Tests.Database.MigrationTests.<>c__DisplayClass3_0.<ExceptionInMigrationCallback>b__0()
	   at NUnit.Framework.Assert.Throws(IResolveConstraint expression, TestDelegate code, String message, Object[] args)>
	
  ✔️ 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.SharedRealmHandle.Open(Configuration configuration)
	   at Realms.RealmConfiguration.CreateHandle(Configuration& configuration)
	   at Realms.RealmConfigurationBase.CreateRealm()
	   at Realms.Tests.Database.MigrationTests.<>c__DisplayClass6_0.<MigrationRenamePropertyErrors>b__0()
	   at NUnit.Framework.Assert.Throws(IResolveConstraint expression, TestDelegate code, String message, Object[] args)>
	
  ❌ 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

Annotations

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results UWP Managed

Realm.Tests.dll.Realms.Tests.Database.InstanceTests. ► Realms.Tests.Database.InstanceTests ► GetInstance_WhenIsDynamic_AndOSSchemaHasEmptyTable_DoesntThrow

Failed test found in:
  C:/Users/runneradmin/AppData/Local/Packages/realm.uwp.tests_tqmxrx2sghv08/LocalState/TestResults.UWP.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.SharedRealmHandle.Open(Configuration configuration)
     at Realms.RealmConfiguration.CreateHandle(Configuration& configuration)
     at Realms.RealmConfigurationBase.CreateRealm()
     at Realms.Tests.Database.InstanceTests.<>c__DisplayClass34_0.<GetInstance_WhenIsDynamic_AndOSSchemaHasEmptyTable_DoesntThrow>b__0()
  --- End of stack trace from previous location where exception was thrown ---
     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)>
  
Raw output
   at Realms.Tests.Database.InstanceTests.GetInstance_WhenIsDynamic_AndOSSchemaHasEmptyTable_DoesntThrow()

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results UWP Managed

Realm.Tests.dll.Realms.Tests.Database.MigrationTests. ► Realms.Tests.Database.MigrationTests ► ExceptionInMigrationCallback

Failed test found in:
  C:/Users/runneradmin/AppData/Local/Packages/realm.uwp.tests_tqmxrx2sghv08/LocalState/TestResults.UWP.xml
Error:
    Expected: <System.AggregateException>
    But was:  <Realms.Exceptions.RealmException: Database has an unsupported version (9) and cannot be upgraded
     at Realms.SharedRealmHandle.Open(Configuration configuration)
     at Realms.RealmConfiguration.CreateHandle(Configuration& configuration)
     at Realms.RealmConfigurationBase.CreateRealm()
     at Realms.Tests.Database.MigrationTests.<>c__DisplayClass3_0.<ExceptionInMigrationCallback>b__0()
     at NUnit.Framework.Assert.Throws(IResolveConstraint expression, TestDelegate code, String message, Object[] args)>
  
Raw output
   at Realms.Tests.Database.MigrationTests.ExceptionInMigrationCallback()

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results UWP Managed

Realm.Tests.dll.Realms.Tests.Database.MigrationTests. ► Realms.Tests.Database.MigrationTests ► MigrationRenameProperty

Failed test found in:
  C:/Users/runneradmin/AppData/Local/Packages/realm.uwp.tests_tqmxrx2sghv08/LocalState/TestResults.UWP.xml
Error:
  Realms.Exceptions.RealmException : Database has an unsupported version (9) and cannot be upgraded
Raw output
   at Realms.SharedRealmHandle.Open(Configuration configuration)
   at Realms.RealmConfiguration.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Tests.Database.MigrationTests.MigrationRenameProperty()

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results UWP Managed

Realm.Tests.dll.Realms.Tests.Database.MigrationTests. ► Realms.Tests.Database.MigrationTests ► MigrationRenamePropertyErrors

Failed test found in:
  C:/Users/runneradmin/AppData/Local/Packages/realm.uwp.tests_tqmxrx2sghv08/LocalState/TestResults.UWP.xml
Error:
    Expected: <System.ArgumentException>
    But was:  <Realms.Exceptions.RealmException: Database has an unsupported version (9) and cannot be upgraded
     at Realms.SharedRealmHandle.Open(Configuration configuration)
     at Realms.RealmConfiguration.CreateHandle(Configuration& configuration)
     at Realms.RealmConfigurationBase.CreateRealm()
     at Realms.Tests.Database.MigrationTests.<>c__DisplayClass6_0.<MigrationRenamePropertyErrors>b__0()
     at NUnit.Framework.Assert.Throws(IResolveConstraint expression, TestDelegate code, String message, Object[] args)>
  
Raw output
   at Realms.Tests.Database.MigrationTests.MigrationRenamePropertyErrors()

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results UWP Managed

Realm.Tests.dll.Realms.Tests.Database.MigrationTests. ► Realms.Tests.Database.MigrationTests ► MigrationRenamePropertyInvalidArguments

Failed test found in:
  C:/Users/runneradmin/AppData/Local/Packages/realm.uwp.tests_tqmxrx2sghv08/LocalState/TestResults.UWP.xml
Error:
  Realms.Exceptions.RealmException : Database has an unsupported version (9) and cannot be upgraded
Raw output
   at Realms.SharedRealmHandle.Open(Configuration configuration)
   at Realms.RealmConfiguration.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Tests.Database.MigrationTests.MigrationRenamePropertyInvalidArguments()

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results UWP Managed

Realm.Tests.dll.Realms.Tests.Database.MigrationTests. ► Realms.Tests.Database.MigrationTests ► TriggerMigrationBySchemaEditing

Failed test found in:
  C:/Users/runneradmin/AppData/Local/Packages/realm.uwp.tests_tqmxrx2sghv08/LocalState/TestResults.UWP.xml
Error:
  Realms.Exceptions.RealmException : Database has an unsupported version (9) and cannot be upgraded
Raw output
   at Realms.SharedRealmHandle.Open(Configuration configuration)
   at Realms.RealmConfiguration.CreateHandle(Configuration& configuration)
   at Realms.RealmConfigurationBase.CreateRealm()
   at Realms.Tests.Database.MigrationTests.TriggerMigrationBySchemaEditing()