Skip to content
GitHub Actions / Results Maui.iOS failed Jan 7, 2025 in 1s

5371 passed, 4 failed and 10 skipped

Tests failed

❌ TestResults.xml_transformed.xml

5385 tests were completed in 476s with 5371 passed, 4 failed and 10 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Database.NotificationTests. 58✅ 3❌ 1⚪ 10s
Realm.Tests.dll.Realms.Tests.Database.NotificationTests.TestCollectionChangedAdapter. 10✅ 1❌ 874ms

❌ Realm.Tests.dll.Realms.Tests.Database.NotificationTests.

Realms.Tests.Database.NotificationTests
  ✅ BackLinkInObjectShouldNotFireNotificationOnChange
  ✅ CollectionPropertiesOfDifferentTypeShouldNotFireNotificationsOnChange
  ✅ CollectionPropertiesOfSameTypeShouldNotFireNotificationsOnChange
  ✅ DictionaryNotificationToken_KeepsCollectionAlive
  ✅ DictionaryOnCollectionChangedShouldFireOnAddRemove
  ✅ DictionarySubscribeInTransaction
  ✅ DictionaryUnsubscribeInNotificationCallback
  ✅ KeyPath_CanBeBuiltFromExpressions
  ✅ KeyPath_ImplicitOperator_CorrectlyConvertsFromString
  ✅ KeyPath_WithInvalidExpressions_ThrowsException
  ✅ KeyPathsCollection_CanBeBuiltFromExpressions
  ✅ KeyPathsCollection_CanBeBuiltInDifferentWays
  ✅ KeyPathsCollection_WithInvalidExpressions_ThrowsExceptions
  ✅ Link_ShouldOnlyFireNotificationForReassignment
  ✅ List_WhenParentIsDeleted_RaisesReset
  ✅ List_WhenTransactionHasBothAddAndRemove_ShouldReset
  ✅ List_WhenUnsubscribed_ShouldStopReceivingNotifications
  ✅ ListOnCollectionChangedShouldFireOnAddMoveReplaceRemove
  ✅ ListReplace_RaisesReplaceNotifications
  ✅ ListShouldSendNotifications
  ✅ ModifiedIndices_ReportCorrectlyForOldAndNewVersions
  ✅ PrimitivePropertyInObjectShouldFireNotificationOnChange
  ✅ RealmError_WhenNoSubscribers_OutputsMessageInConsole
  ✅ ResultOnCollectionChangedShouldFireOnAddRemove
  ✅ Results_WhenEmbeddedObjectIsModified_Notifies
  ✅ Results_WhenTransactionHasBothAddAndRemove_ShouldReset
  ✅ Results_WhenUnsubscribed_ShouldStopReceivingNotifications
  ✅ ResultsShouldSendNotifications
  ✅ SetOnCollectionChangedShouldFireOnAddRemove
  ✅ ShouldTriggerRealmChangedEvent
  ✅ SubscribeForNotifications_InvokedWithInitialCallback
  ✅ SubscribeWithKeypaths_AnyKeypath_RaisesNotificationsForResults
  ✅ SubscribeWithKeypaths_Backlinks
  ❌ SubscribeWithKeypaths_DisposingToken_CancelNotifications
	at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications)
  ✅ SubscribeWithKeypaths_FullKeyPath_SameAsFourLevelsDepth
  ✅ SubscribeWithKeypaths_MappedClass_WorksCorrectly
  ✅ SubscribeWithKeypaths_MappedProperty_UsesOriginalName
  ✅ SubscribeWithKeypaths_MultipleKeypaths
  ✅ SubscribeWithKeypaths_NestedProperties_WorksWithCollections
  ✅ SubscribeWithKeypaths_NestedProperties_WorksWithScalar
  ✅ SubscribeWithKeypaths_OnCollection_Dictionary
  ✅ SubscribeWithKeypaths_OnCollection_DictionaryRemapped
  ✅ SubscribeWithKeypaths_OnCollection_List
  ✅ SubscribeWithKeypaths_OnCollection_ListRemapped
  ✅ SubscribeWithKeypaths_OnCollection_Set
  ✅ SubscribeWithKeypaths_OnCollection_SetRemapped
  ✅ SubscribeWithKeypaths_ShallowKeypath_RaisesOnlyCollectionNotifications
  ✅ SubscribeWithKeypaths_TopLevelProperties_WorksWithCollection
  ✅ SubscribeWithKeypaths_TopLevelProperties_WorksWithScalar
  ✅ SubscribeWithKeypaths_WildCard_CanGetDeeperThanFourLevels
  ✅ SubscribeWithKeypaths_WildCard_WorksAfterCollectionProperty
  ❌ SubscribeWithKeypaths_WildCard_WorksAfterLinkProperty
	at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications)
  ❌ SubscribeWithKeypaths_WildCard_WorksWithMultipleLevels
	at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications)
  ✅ SubscribeWithKeypaths_WildCard_WorksWithPropertyAfterward
  ✅ SubscribeWithKeypaths_WildCard_WorksWithTopLevel
  ⚪ SubscribeWithKeypaths_WildcardOnScalarProperty_Throws
  ✅ SubscribeWithKeypaths_WithEmptyOrWhiteSpaceKeypaths_Throws
  ✅ SubscribeWithKeypaths_WithNonRealmObjectType_Throws
  ✅ SubscribeWithKeypaths_WithRepeatedKeypath_IgnoresRepeated
  ✅ SubscribeWithKeypaths_WithUnknownProperty_Throws
  ✅ UnsubscribeInNotificationCallback
  ✅ WhenSynchronizationContextExists_ShouldAutoRefresh

❌ Realm.Tests.dll.Realms.Tests.Database.NotificationTests.TestCollectionChangedAdapter.

Realms.Tests.Database.NotificationTests
  ✅ TestCollectionChangedAdapter([],Add,[1],0)
  ✅ TestCollectionChangedAdapter([],Add,[1, 2, 3],0)
  ✅ TestCollectionChangedAdapter([1, 2, 3],Remove,[2],1)
  ✅ TestCollectionChangedAdapter([1, 2, 3],Remove,[1],0)
  ❌ TestCollectionChangedAdapter([1, 2, 3],Add,[0],0)
	at Realms.Tests.Database.NotificationTests.TestCollectionChangedAdapter(Int32[] initial, NotifyCollectionChangedAction action, Int32[] change, Int32 startIndex)
  ✅ TestCollectionChangedAdapter([1, 2, 3],Add,[4],3)
  ✅ TestCollectionChangedAdapter([1, 2, 3],Add,[4, 5],3)
  ✅ TestCollectionChangedAdapter([1, 2, 3, 4, 5],Remove,[3, 4],2)
  ✅ TestCollectionChangedAdapter([1, 2, 3],Reset,[1, 2, 3],0)
  ✅ TestCollectionChangedAdapter([1, 3, 5],Add,[2, 4],-1)
  ✅ TestCollectionChangedAdapter([1, 2, 3, 4, 5],Remove,[2, 4],-1)

Annotations

Check failure on line 0 in TestResults.xml_transformed.xml

See this annotation in the file changed.

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

Realm.Tests.dll.Realms.Tests.Database.NotificationTests. ► Realms.Tests.Database.NotificationTests ► SubscribeWithKeypaths_DisposingToken_CancelNotifications

Failed test found in:
  TestResults.xml_transformed.xml
Error:
     at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications)
Raw output
   at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications)
   at Realms.Tests.Database.NotificationTests.SubscribeWithKeypaths_DisposingToken_CancelNotifications()

Check failure on line 0 in TestResults.xml_transformed.xml

See this annotation in the file changed.

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

Realm.Tests.dll.Realms.Tests.Database.NotificationTests. ► Realms.Tests.Database.NotificationTests ► SubscribeWithKeypaths_WildCard_WorksAfterLinkProperty

Failed test found in:
  TestResults.xml_transformed.xml
Error:
     at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications)
Raw output
   at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications)
   at Realms.Tests.Database.NotificationTests.SubscribeWithKeypaths_WildCard_WorksAfterLinkProperty()

Check failure on line 0 in TestResults.xml_transformed.xml

See this annotation in the file changed.

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

Realm.Tests.dll.Realms.Tests.Database.NotificationTests. ► Realms.Tests.Database.NotificationTests ► SubscribeWithKeypaths_WildCard_WorksWithMultipleLevels

Failed test found in:
  TestResults.xml_transformed.xml
Error:
     at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications)
Raw output
   at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications)
   at Realms.Tests.Database.NotificationTests.SubscribeWithKeypaths_WildCard_WorksWithMultipleLevels()

Check failure on line 0 in TestResults.xml_transformed.xml

See this annotation in the file changed.

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

Realm.Tests.dll.Realms.Tests.Database.NotificationTests.TestCollectionChangedAdapter. ► Realms.Tests.Database.NotificationTests ► TestCollectionChangedAdapter([1, 2, 3],Add,[0],0)

Failed test found in:
  TestResults.xml_transformed.xml
Error:
     at Realms.Tests.Database.NotificationTests.TestCollectionChangedAdapter(Int32[] initial, NotifyCollectionChangedAction action, Int32[] change, Int32 startIndex)
Raw output
   at Realms.Tests.Database.NotificationTests.TestCollectionChangedAdapter(Int32[] initial, NotifyCollectionChangedAction action, Int32[] change, Int32 startIndex)
   at System.Object.InvokeStub_NotificationTests.TestCollectionChangedAdapter(Object , Span`1 )