Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated core to 13.26.0 #3502

Merged
merged 4 commits into from
Jan 30, 2024

Apply suggestions from code review

3a27e94
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Updated core to 13.26.0 #3502

Apply suggestions from code review
3a27e94
Select commit
Loading
Failed to load commit list.
GitHub Actions / Results Maui.iOS failed Jan 24, 2024 in 1s

Results Maui.iOS ❌

Tests failed

❌ TestResults.iOS.xml

5719 tests were completed in 630s with 5183 passed, 1 failed and 535 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Database.NotificationTests. 25✔️ 1❌ 27s

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

Realms.Tests.Database.NotificationTests
  ✔️ BackLinkInObjectShouldNotFireNotificationOnChange
  ✔️ CollectionPropertiesOfDifferentTypeShouldNotFireNotificationsOnChange
  ✔️ CollectionPropertiesOfSameTypeShouldNotFireNotificationsOnChange
  ❌ DictionaryNotificationToken_KeepsCollectionAlive
	  Expected the preserver instance to be GC-ed but it wasn't.
	  Expected: False
	  But was:  True
	
  ✔️ DictionaryOnCollectionChangedShouldFireOnAddRemove
  ✔️ DictionarySubscribeInTransaction
  ✔️ DictionaryUnsubscribeInNotificationCallback
  ✔️ Link_ShouldOnlyFireNotificationForReassignment
  ✔️ List_WhenParentIsDeleted_RaisesReset
  ✔️ List_WhenTransactionHasBothAddAndRemove_ShouldReset
  ✔️ List_WhenUnsubscribed_ShouldStopReceivingNotifications
  ✔️ ListOnCollectionChangedShouldFireOnAddMoveReplaceRemove
  ✔️ ListReplace_RaisesReplaceNotifications
  ✔️ ListShouldSendNotifications
  ✔️ ModifiedIndices_ReportCorrectlyForOldAndNewVersions
  ✔️ PrimitivePropertyInObjectShouldFireNotificationOnChange
  ✔️ RealmError_WhenNoSubscribers_OutputsMessageInConsole
  ✔️ ResultOnCollectionChangedShouldFireOnAddRemove
  ✔️ Results_WhenTransactionHasBothAddAndRemove_ShouldReset
  ✔️ Results_WhenUnsubscribed_ShouldStopReceivingNotifications
  ✔️ ResultsShouldSendNotifications
  ✔️ SetOnCollectionChangedShouldFireOnAddRemove
  ✔️ ShouldTriggerRealmChangedEvent
  ✔️ SubscribeForNotifications_InvokedWithInitialCallback
  ✔️ UnsubscribeInNotificationCallback
  ✔️ WhenSynchronizationContextExists_ShouldAutoRefresh

Annotations

Check failure on line -1 in No path available

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 ► DictionaryNotificationToken_KeepsCollectionAlive

Failed test found in:
  TestResults.iOS.xml
Error:
    Expected the preserver instance to be GC-ed but it wasn't.
    Expected: False
    But was:  True
  
Raw output
   at Realms.Tests.TestHelpers.<EnsurePreserverKeepsObjectAlive>d__12`1[[System.IDisposable, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
   at Realms.Tests.Database.NotificationTests.<DictionaryNotificationToken_KeepsCollectionAlive>b__7_0()
   at TaskExtensions.Timeout(Task task, Int32 millisecondTimeout, Task errorTask, String detail)
   at Realms.Tests.TestHelpers.<>c__DisplayClass31_0.<<RunAsyncTest>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at Nito.AsyncEx.AsyncContext.<>c__DisplayClass15_0.<Run>b__0(Task t)
   at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke()
   at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj)