Add flexible schema mapping POC #1917
6130 passed, 3 failed and 25 skipped
❌ TestResults.xml
6158 tests were completed in 1481s with 6130 passed, 3 failed and 25 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Realm.Tests.dll.Realms.Tests.Database.FlexibleSchemaPocTests. | 3✅ | 1❌ | 5s | |
Realm.Tests.dll.Realms.Tests.Sync.DataTypeSynchronizationTests.Property_RealmValue. | 8✅ | 1❌ | 30s | |
Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests. | 15✅ | 1❌ | 3⚪ | 73s |
❌ Realm.Tests.dll.Realms.Tests.Database.FlexibleSchemaPocTests.
Realms.Tests.Database.FlexibleSchemaPocTests
❌ AccessMappedTypeProperties_ReadsValuesFromBackingStorage
at Realms.Tests.Database.FlexibleSchemaPocTests.AccessMappedTypeProperties_ReadsValuesFromBackingStorage() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Database/FlexibleSchemaPocTests.cs:line 83
✅ NotifyPropertyChanged_NotifiesForModifications
✅ RealmValue_AsMappedType_ReturnsCorrectObject
✅ RealmValue_AsMappedType_WhenTypeIsIncorrect_Throws
❌ Realm.Tests.dll.Realms.Tests.Sync.DataTypeSynchronizationTests.Property_RealmValue.
Realms.Tests.Sync.DataTypeSynchronizationTests
✅ Property_RealmValue(abc,10)
✅ Property_RealmValue(5f63e882536de46d71877979,f2952191-a847-41c3-8362-497f92cb7d24)
✅ Property_RealmValue(System.Byte[],03/19/2021 07:07:21 +00:00)
❌ Property_RealmValue(True,Int: 10)
at Realms.Tests.Sync.DataTypeSynchronizationTests.<>c__DisplayClass67_0`1.<<TestPropertyCore>b__0>d.MoveNext() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Sync/DataTypeSynchronizationTests.cs:line 596
✅ Property_RealmValue(<null>,5)
✅ Property_RealmValue(12.5,15)
✅ Property_RealmValue(12.5,15)
✅ Property_RealmValue(System.Collections.Generic.List`1[Realms.RealmValue],15)
✅ Property_RealmValue(System.Collections.Generic.Dictionary`2[System.String,Realms.RealmValue],15)
❌ Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests.
Realms.Tests.Sync.SynchronizedInstanceTests
⚪ CancelAsyncOperationsOnNonFatalErrors_WhenFalse_ShouldNotCancelAsyncOperationsOnTimeout
⚪ CancelAsyncOperationsOnNonFatalErrors_WhenTrue_ShouldCancelAsyncOperationsOnTimeout
✅ DeleteRealmWorksIfCalledMultipleTimes
✅ EmbeddedObject_WhenAdditiveExplicit_ShouldThrow
✅ GetInstance_WhenDynamic_ReadsSchemaFromDisk
✅ GetInstance_WhenDynamicAndDoesntExist_ReturnsEmptySchema
✅ GetInstanceAsync_Cancel_ShouldCancelWait
✅ GetInstanceAsync_CreatesNonExistentRealm
✅ GetInstanceAsync_ReportsProgress
✅ GetInstanceAsync_WithOnProgress_DoesntThrowWhenOnProgressIsSetToNull
✅ GetInstanceAsync_WithOnProgressThrowing_ReportsErrorToLogs
⚪ InvalidSchemaChange_RaisesClientReset
✅ RealmDispose_ClosesSessions
❌ SyncLogger_WhenLevelChanges_LogsAtNewLevel
at Realms.Tests.Sync.SynchronizedInstanceTests.<>c__DisplayClass30_0.<<SyncLogger_WhenLevelChanges_LogsAtNewLevel>b__1>d.MoveNext() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Sync/SynchronizedInstanceTests.cs:line 823
✅ SyncTimeouts_ArePassedCorrectlyToCore
✅ WriteCopy_FailsWithEmptyConfig
✅ WriteCopy_ThrowsWhenConvertingFromFLXToPBS
✅ WriteCopy_ThrowsWhenConvertingFromLocalToFLX
✅ WriteCopy_ThrowsWhenConvertingFromPBSToFLX
Annotations
Check failure on line 0 in TestResults.xml
github-actions / Results Code Coverage
Realm.Tests.dll.Realms.Tests.Database.FlexibleSchemaPocTests. ► Realms.Tests.Database.FlexibleSchemaPocTests ► AccessMappedTypeProperties_ReadsValuesFromBackingStorage
Failed test found in:
TestResults.xml
Error:
at Realms.Tests.Database.FlexibleSchemaPocTests.AccessMappedTypeProperties_ReadsValuesFromBackingStorage() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Database/FlexibleSchemaPocTests.cs:line 83
Raw output
at Realms.Tests.Database.FlexibleSchemaPocTests.AccessMappedTypeProperties_ReadsValuesFromBackingStorage() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Database/FlexibleSchemaPocTests.cs:line 83
Check failure on line 0 in TestResults.xml
github-actions / Results Code Coverage
Realm.Tests.dll.Realms.Tests.Sync.DataTypeSynchronizationTests.Property_RealmValue. ► Realms.Tests.Sync.DataTypeSynchronizationTests ► Property_RealmValue(True,Int: 10)
Failed test found in:
TestResults.xml
Error:
at Realms.Tests.Sync.DataTypeSynchronizationTests.<>c__DisplayClass67_0`1.<<TestPropertyCore>b__0>d.MoveNext() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Sync/DataTypeSynchronizationTests.cs:line 596
Raw output
at Realms.Tests.Sync.DataTypeSynchronizationTests.<>c__DisplayClass67_0`1.<<TestPropertyCore>b__0>d.MoveNext() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Sync/DataTypeSynchronizationTests.cs:line 596
--- End of stack trace from previous location ---
at TaskExtensions.Timeout(Task task, Int32 millisecondTimeout, Task errorTask, String detail) in /home/runner/work/realm-dotnet/realm-dotnet/Realm/Realm/Extensions/TaskExtensions.cs:line 69
at Realms.Tests.TestHelpers.<>c__DisplayClass34_0.<<RunAsyncTest>b__0>d.MoveNext() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/TestHelpers.cs:line 300
--- End of stack trace from previous location ---
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
Check failure on line 0 in TestResults.xml
github-actions / Results Code Coverage
Realm.Tests.dll.Realms.Tests.Sync.SynchronizedInstanceTests. ► Realms.Tests.Sync.SynchronizedInstanceTests ► SyncLogger_WhenLevelChanges_LogsAtNewLevel
Failed test found in:
TestResults.xml
Error:
at Realms.Tests.Sync.SynchronizedInstanceTests.<>c__DisplayClass30_0.<<SyncLogger_WhenLevelChanges_LogsAtNewLevel>b__1>d.MoveNext() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Sync/SynchronizedInstanceTests.cs:line 823
Raw output
at Realms.Tests.Sync.SynchronizedInstanceTests.<>c__DisplayClass30_0.<<SyncLogger_WhenLevelChanges_LogsAtNewLevel>b__1>d.MoveNext() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Sync/SynchronizedInstanceTests.cs:line 823
--- End of stack trace from previous location ---
at TaskExtensions.Timeout(Task task, Int32 millisecondTimeout, Task errorTask, String detail) in /home/runner/work/realm-dotnet/realm-dotnet/Realm/Realm/Extensions/TaskExtensions.cs:line 69
at Realms.Tests.TestHelpers.<>c__DisplayClass34_0.<<RunAsyncTest>b__0>d.MoveNext() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/TestHelpers.cs:line 300
--- End of stack trace from previous location ---
at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)