Skip to content

Update to latest Core #215

Update to latest Core

Update to latest Core #215

GitHub Actions / Results Maui.Android failed Nov 1, 2023 in 1s

Results Maui.Android ❌

Tests failed

❌ D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml

5712 tests were completed in 180s with 5187 passed, 4 failed and 521 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Database.GeospatialTests. 10✔️ 1❌ 493ms
Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. 44✔️ 3❌ 26✖️ 5s

❌ Realm.Tests.dll.Realms.Tests.Database.GeospatialTests.

Realms.Tests.Database.GeospatialTests
  ✔️ Distance_FromKilometers_Test
  ✔️ Distance_FromMiles_Test
  ✔️ Distance_FromRadians_Test
  ❌ Filter_InvalidPropertyType_Throws
	  Expected an error when querying Company.Location
	  Expected: <Realms.Exceptions.RealmException>
	  But was:  null
	
  ✔️ GeoCircle_ArgumentValidation
  ✔️ GeoPoint_Equality
  ✔️ GeoPoint_HashCode
  ✔️ NativeGeoBox_ToString
  ✔️ NativeGeoCircle_ToString
  ✔️ NativeGeoPoint_ToString
  ✔️ NativeGeoPolygon_ToString

❌ Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests.

Realms.Tests.Sync.FlexibleSyncTests
  ✖️ Integration_AfterAnError_CanRecover
  ✖️ Integration_CloseRealmBeforeWaitCompletes
  ✖️ Integration_CreateObjectNotMatchingSubscriptions_ShouldError
  ✖️ Integration_RealmRemoveAllWithSubscriptions
  ✖️ Integration_SubscriptionOnUnqueryableField_ShouldAddThemAutomatically
  ✖️ Integration_SubscriptionSet_AddRemove
  ✖️ Integration_SubscriptionSet_MoveObjectInsideView
  ✖️ Integration_SubscriptionSet_MoveObjectOutsideView
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCalledMultipleTimes
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCalledWithCancelledToken
  ✖️ Integration_SubscriptionSet_WaitForSynchronization_CanBeCancelled
  ✖️ Integration_SubscriptionWithCollections
  ✖️ Integration_SubscriptionWithEmbeddedObjects
  ✖️ Integration_SubscriptionWithLinks
  ✖️ Integration_UpdateObjectNotMatchingSubscriptions_ShouldError
  ✖️ Integration_UpdatingSubscription_SupersedesPreviousOnes
  ✖️ Integration_WaitForSynchronization_EmptyUpdate
  ✖️ Integration_WriteData_WhenOutsideOfSubscriptions_GetsRevertedByServer
  ✔️ Realm_Subscriptions_WhenDisposed_Throws
  ✔️ Realm_Subscriptions_WhenFLX_ReturnsSubscriptions
  ✔️ Realm_Subscriptions_WhenLocalRealm_Throws
  ✔️ Realm_Subscriptions_WhenPBS_Throws
  ✔️ Realm_Subscriptions_WhenSameVersion_ReturnsExistingReference
  ✔️ Realm_Subscriptions_WhenVersionIsGCed_CreatesANewOne
  ✖️ Results_Subscribe_WithCancellation_CancelsTheWait
  ✖️ Results_SubscribeNamed_FirstTimeOnly_DifferentObjectType_WaitsForChanges
  ✖️ Results_SubscribeNamed_FirstTimeOnly_DifferentQuery_WaitsForChanges
  ✖️ Results_SubscribeNamed_UpdateExistingFalse_WithDifferentQuery_Throws
  ✖️ Results_SubscribeNamed_UpdateExistingFalse_WithSameQuery
  ✖️ Results_SubscribeNamed_UpdatesQuery
  ✖️ Results_SubscribeNamed_WithValidQuery
  ✖️ Results_SubscribeUnnamed_WithValidQuery
  ✔️ SubscriptionSet_Add_AddsSubscription
  ✔️ SubscriptionSet_Add_ComplexQuery_AddsSubscription
  ✔️ SubscriptionSet_Add_WithoutUpdate_Throws
  ✔️ SubscriptionSet_AddSameName_DifferentType_UpdateExisting_Updates
  ✔️ SubscriptionSet_AddSameName_NoUpdate_WhenDifferentQuery_Throws
  ✔️ SubscriptionSet_AddSameName_NoUpdate_WhenDifferentType_Throws
  ✔️ SubscriptionSet_AddSameName_NoUpdate_WhenIdentical_DoesntThrow
  ✔️ SubscriptionSet_AddSameName_UpdateExisting_Updates
  ✔️ SubscriptionSet_AddSameQuery_DifferentClasses_AddsBoth
  ✔️ SubscriptionSet_AddTwice_Deduplicates
  ✔️ SubscriptionSet_AddTwice_DifferentNames_Duplicates
  ✔️ SubscriptionSet_AddTwice_NamedAndUnnamed_Duplicates
  ✔️ SubscriptionSet_Enumerator
  ✔️ SubscriptionSet_Enumerator_DoubleDispose_Throws
  ✔️ SubscriptionSet_Enumerator_Reset
  ✔️ SubscriptionSet_FindByName_Finds
  ✔️ SubscriptionSet_FindByName_ReturnsNullWhenMissing
  ✔️ SubscriptionSet_FindByQuery_Finds
  ✔️ SubscriptionSet_FindByQuery_ReturnsNullWhenMissing
  ✔️ SubscriptionSet_GetsGarbageCollected
  ✔️ SubscriptionSet_Indexer
  ✔️ SubscriptionSet_Iteration
  ✔️ SubscriptionSet_Remove_ByName
  ✔️ SubscriptionSet_Remove_ByName_OutsideUpdate_Throws
  ❌ SubscriptionSet_Remove_ByQuery_RemoveNamed
	  Expected: null
	  But was:  "c"
	
  ❌ SubscriptionSet_Remove_ByQuery_RemoveNamed_False
	  String lengths are both 1. Strings differ at index 0.
	  Expected: "a"
	  But was:  "c"
	  -----------^
	
  ✔️ SubscriptionSet_Remove_Subscription
  ✔️ SubscriptionSet_Remove_Subscription_OutsideUpdate_Throws
  ✔️ SubscriptionSet_RemoveAll_RemoveNamed
  ❌ SubscriptionSet_RemoveAll_RemoveNamed_False
	  String lengths are both 1. Strings differ at index 0.
	  Expected: "a"
	  But was:  "c"
	  -----------^
	
  ✔️ SubscriptionSet_RemoveByType_Generic_RemoveNamed
  ✔️ SubscriptionSet_RemoveByType_Generic_RemoveNamed_False
  ✔️ SubscriptionSet_RemoveByType_RemoveNamed
  ✔️ SubscriptionSet_RemoveByType_RemoveNamed_False
  ✔️ SubscriptionSet_Update_IncrementsVersion
  ✔️ SubscriptionSet_Update_UpdatesItself
  ✔️ SubscriptionSet_Update_WhenActionThrows_RollsbackTransaction
  ✔️ SubscriptionSet_Update_WhenEmpty_Succeeds
  ✔️ SubscriptionSet_Update_WhenTransactionIsInProgress_Throws
  ✔️ SubscriptionSet_WhenParentRealmIsClosed_GetsClosed
  ✔️ SubscriptionSet_WhenSupersededParentRealmIsClosed_GetsClosed

Annotations

Check failure on line -1 in No path available

See this annotation in the file changed.

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

Realm.Tests.dll.Realms.Tests.Database.GeospatialTests. ► Realms.Tests.Database.GeospatialTests ► Filter_InvalidPropertyType_Throws

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
    Expected an error when querying Company.Location
    Expected: <Realms.Exceptions.RealmException>
    But was:  null
  
Raw output
   at Realms.Tests.Database.GeospatialTests.<Filter_InvalidPropertyType_Throws>g__AssertInvalidGeoData|3_1[Company](String property, String expectedError)
   at Realms.Tests.Database.GeospatialTests.Filter_InvalidPropertyType_Throws()

Check failure on line -1 in No path available

See this annotation in the file changed.

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

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► SubscriptionSet_Remove_ByQuery_RemoveNamed

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
    Expected: null
    But was:  "c"
  
Raw output
   at Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Remove_ByQuery_RemoveNamed()

Check failure on line -1 in No path available

See this annotation in the file changed.

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

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► SubscriptionSet_Remove_ByQuery_RemoveNamed_False

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
    String lengths are both 1. Strings differ at index 0.
    Expected: "a"
    But was:  "c"
    -----------^
  
Raw output
   at Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_Remove_ByQuery_RemoveNamed_False()

Check failure on line -1 in No path available

See this annotation in the file changed.

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

Realm.Tests.dll.Realms.Tests.Sync.FlexibleSyncTests. ► Realms.Tests.Sync.FlexibleSyncTests ► SubscriptionSet_RemoveAll_RemoveNamed_False

Failed test found in:
  D:/a/realm-dotnet/realm-dotnet/artifacts/Host_Machine_Files/$DEVICEFARM_LOG_DIR/TestResults.Android.xml
Error:
    String lengths are both 1. Strings differ at index 0.
    Expected: "a"
    But was:  "c"
    -----------^
  
Raw output
   at Realms.Tests.Sync.FlexibleSyncTests.SubscriptionSet_RemoveAll_RemoveNamed_False()