Skip to content

[Experiment] Create a local-only realm package #2101

[Experiment] Create a local-only realm package

[Experiment] Create a local-only realm package #2101

GitHub Actions / Results net6.0, linux-x64 failed Sep 9, 2024 in 1s

5380 passed, 1 failed and 4 skipped

Tests failed

❌ TestResults.xml

5385 tests were completed in 114s with 5380 passed, 1 failed and 4 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Database.NotificationTests. 60✅ 1❌ 1⚪ 9s

❌ 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
	at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications) in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Database/NotificationTests.cs:line 2735
  ✅ SubscribeWithKeypaths_DisposingToken_CancelNotifications
  ✅ 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
  ✅ SubscribeWithKeypaths_WildCard_WorksWithMultipleLevels
  ✅ SubscribeWithKeypaths_WildCard_WorksWithPropertyAfterward
  ✅ SubscribeWithKeypaths_WildCard_WorksWithTopLevel
  ⚪ SubscribeWithKeypaths_WildcardOnScalarProperty_Throws
  ✅ SubscribeWithKeypaths_WithEmptyOrWhiteSpaceKeypaths_Throws
  ✅ SubscribeWithKeypaths_WithNonRealmObjectType_Throws
  ✅ SubscribeWithKeypaths_WithRepeatedKeypath_IgnoresRepeated
  ✅ SubscribeWithKeypaths_WithUnknownProperty_Throws
  ✅ UnsubscribeInNotificationCallback
  ✅ WhenSynchronizationContextExists_ShouldAutoRefresh

Annotations

Check failure on line 0 in TestResults.xml

See this annotation in the file changed.

@github-actions github-actions / Results net6.0, linux-x64

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

Failed test found in:
  TestResults.xml
Error:
     at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications) in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Database/NotificationTests.cs:line 2735
Raw output
   at Realms.Tests.Database.NotificationTests.VerifyNotifications(List`1 notifications, Int32[] expectedInserted, Int32[] expectedModified, Int32[] expectedDeleted, Move[] expectedMoves, Boolean expectedCleared, Boolean expectedNotifications) in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Database/NotificationTests.cs:line 2735
   at Realms.Tests.Database.NotificationTests.SubscribeWithKeypaths_Backlinks() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Database/NotificationTests.cs:line 2341