Migrate to new sync error codes #1602
pr.yml
on: pull_request
Matrix: Wrappers / Check cache
deploy-cluster
/
Deploy Cluster
9m 55s
Test
/
Source Generation
10m 41s
Matrix: Test / Weaver
Matrix: Wrappers / Android
Matrix: Wrappers / Apple Platform
Matrix: Wrappers / Linux
Matrix: Wrappers / UWP
Matrix: Wrappers / Windows
Matrix: deploy-cluster / Deploy Apps
Test
/
.NET Framework
6m 14s
Test
/
UWP
12m 50s
Test
/
Xamarin.macOS
10m 39s
Test
/
Maui.MacCatalyst
12m 37s
Test
/
Xamarin.iOS
9m 54s
Test
/
Maui.iOS
14m 12s
Test
/
Xamarin.tvOS
9m 10s
Test
/
Xamarin.Android
17m 47s
Test
/
Maui.Android
27m 3s
Test
/
Woven classes
6m 9s
Verify Namespaces
1m 9s
Matrix: Test / run-tests
Matrix: Test / build-tests
Cleanup
/
Cleanup Cluster
11s
Annotations
12 errors and 56 warnings
Realm.Fody.Tests.dll.Analytics.Tests.ValidateFeatureUsage. ► Analytics.Tests ► ValidateFeatureUsage("IAsymmetricObject","I_ASYMMETRIC_OBJECT"):
No path available#L-1
Failed test found in:
TestResults.Weaver.xml
Error:
System.Collections.Generic.KeyNotFoundException : Element 'Asymmetric_Object' not found.
|
Realm.Tests.dll.Realms.Tests.Sync.AsymmetricObjectTests. ► Realms.Tests.Sync.AsymmetricObjectTests ► AccessAsymmetricObjAfterAddedToRealm_Throws:
No path available#L-1
Failed test found in:
TestResults.Linux.xml
Error:
System.ArgumentException : The class BasicAsymmetricObject is not in the limited set of classes for this realm (Parameter 'objectType')
|
Realm.Tests.dll.Realms.Tests.Sync.AsymmetricObjectTests. ► Realms.Tests.Sync.AsymmetricObjectTests ► AddCollectionOfAsymmetricObjs:
No path available#L-1
Failed test found in:
TestResults.Linux.xml
Error:
Expected: No Exception to be thrown
But was: <System.ArgumentException: The class BasicAsymmetricObject is not in the limited set of classes for this realm (Parameter 'objectType')
at Realms.Helpers.Argument.Ensure(Boolean condition, String message, String paramName)
at Realms.Realm.AddInternal[T](T obj, Type objectType, Boolean update)
at Realms.Realm.Add[T](IEnumerable`1 objs) in /home/runner/work/realm-dotnet/realm-dotnet/Realm/Realm/Realm.cs:line 663
at Realms.Tests.Sync.AsymmetricObjectTests.<>c__DisplayClass3_0.<AddCollectionOfAsymmetricObjs>b__3() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Sync/AsymmetricObjectTests.cs:line 121
at Realms.Realm.<>c__DisplayClass67_0.<Write>b__0()
at Realms.Realm.Write[T](Func`1 function) in /home/runner/work/realm-dotnet/realm-dotnet/Realm/Realm/Realm.cs:line 825
at Realms.Realm.Write(Action action)
at Realms.Tests.Sync.AsymmetricObjectTests.<>c__DisplayClass3_0.<AddCollectionOfAsymmetricObjs>b__1() in /home/runner/work/realm-dotnet/realm-dotnet/Tests/Realm.Tests/Sync/AsymmetricObjectTests.cs:line 119
at InvokeStub_TestDelegate.Invoke(Object, Object, IntPtr*)
at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
--- End of stack trace from previous location ---
at NUnit.Framework.Internal.ExceptionHelper.Rethrow(Exception exception)
at NUnit.Framework.Internal.Reflect.DynamicInvokeWithTransparentExceptions(Delegate delegate)
at NUnit.Framework.Internal.ExceptionHelper.RecordException(Delegate parameterlessDelegate, String parameterName)>
|
Realm.Tests.dll.Realms.Tests.Sync.AsymmetricObjectTests. ► Realms.Tests.Sync.AsymmetricObjectTests ► AddHugeAsymmetricObj:
No path available#L-1
Failed test found in:
TestResults.Linux.xml
Error:
System.ArgumentException : The class AsymmetricObjectWithAllTypes is not in the limited set of classes for this realm (Parameter 'objectType')
|
Realm.Tests.dll.Realms.Tests.Sync.AsymmetricObjectTests. ► Realms.Tests.Sync.AsymmetricObjectTests ► AddSameAsymmetricObjTwice_Throws:
No path available#L-1
Failed test found in:
TestResults.Linux.xml
Error:
System.ArgumentException : The class BasicAsymmetricObject is not in the limited set of classes for this realm (Parameter 'objectType')
|
Realm.Tests.dll.Realms.Tests.Sync.AsymmetricObjectTests. ► Realms.Tests.Sync.AsymmetricObjectTests ► EmbeddedObject_WhenParentAccessed_ReturnsParent:
No path available#L-1
Failed test found in:
TestResults.Linux.xml
Error:
System.ArgumentException : The class AsymmetricObjectWithEmbeddedRecursiveObject is not in the limited set of classes for this realm (Parameter 'objectType')
|
Realm.Tests.dll.Realms.Tests.Sync.AsymmetricObjectTests. ► Realms.Tests.Sync.AsymmetricObjectTests ► EmbeddedObject_WhenParentAccessedInDictionary_ReturnsParent:
No path available#L-1
Failed test found in:
TestResults.Linux.xml
Error:
System.ArgumentException : The class AsymmetricObjectWithEmbeddedDictionaryObject is not in the limited set of classes for this realm (Parameter 'objectType')
|
Realm.Tests.dll.Realms.Tests.Sync.AsymmetricObjectTests. ► Realms.Tests.Sync.AsymmetricObjectTests ► EmbeddedObject_WhenParentAccessedInList_ReturnsParent:
No path available#L-1
Failed test found in:
TestResults.Linux.xml
Error:
System.ArgumentException : The class AsymmetricObjectWithEmbeddedListObject is not in the limited set of classes for this realm (Parameter 'objectType')
|
Realm.Tests.dll.Realms.Tests.Sync.AsymmetricObjectTests. ► Realms.Tests.Sync.AsymmetricObjectTests ► MixAddingObjectAsymmetricAndNot:
No path available#L-1
Failed test found in:
TestResults.Linux.xml
Error:
System.AggregateException : Exception occurred in a Realm.PopulateInitialSubscriptions callback. See inner exception for more details. (The class PrimaryKeyInt32Object is not in the limited set of classes for this realm (Parameter 'T'))
----> System.ArgumentException : The class PrimaryKeyInt32Object is not in the limited set of classes for this realm (Parameter 'T')
|
Realm.Tests.dll.Realms.Tests.Sync.AsymmetricObjectTests. ► Realms.Tests.Sync.AsymmetricObjectTests ► NonEmbeddedObject_WhenParentAccessed_Throws:
No path available#L-1
Failed test found in:
TestResults.Linux.xml
Error:
System.ArgumentException : The class BasicAsymmetricObject is not in the limited set of classes for this realm (Parameter 'objectType')
|
Realm.Tests.dll.Realms.Tests.Sync.AsymmetricObjectTests. ► Realms.Tests.Sync.AsymmetricObjectTests ► RealmValueDictionaryWithAsymmetricObject_WhenAddedToRealm_Throws:
No path available#L-1
Failed test found in:
TestResults.Linux.xml
Error:
System.AggregateException : Exception occurred in a Realm.PopulateInitialSubscriptions callback. See inner exception for more details. (The class RealmValueObject is not in the limited set of classes for this realm (Parameter 'T'))
----> System.ArgumentException : The class RealmValueObject is not in the limited set of classes for this realm (Parameter 'T')
|
Realm.Tests.dll.Realms.Tests.Sync.AsymmetricObjectTests. ► Realms.Tests.Sync.AsymmetricObjectTests ► RealmValueDictionaryWithAsymmetricObject_WhenModifiedInRealm_Throws:
No path available#L-1
Failed test found in:
TestResults.Linux.xml
Error:
System.AggregateException : Exception occurred in a Realm.PopulateInitialSubscriptions callback. See inner exception for more details. (The class RealmValueObject is not in the limited set of classes for this realm (Parameter 'T'))
----> System.ArgumentException : The class RealmValueObject is not in the limited set of classes for this realm (Parameter 'T')
|
Test / Weaver (macos-latest, osx-x64)
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (macos-latest, osx-x64)
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (macos-latest, osx-x64)
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (macos-latest, osx-x64)
The workload 'tvos' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (macos-latest, osx-x64)
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (macos-latest, osx-x64)
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (macos-latest, osx-x64)
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (macos-latest, osx-x64)
The workload 'tvos' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (macos-latest, osx-x64)
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (macos-latest, osx-x64)
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Source Generation
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Source Generation
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Source Generation
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Source Generation
The workload 'tvos' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (windows-latest, win-x64)
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (windows-latest, win-x64)
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (windows-latest, win-x64)
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (windows-latest, win-x64)
The workload 'tvos' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (windows-latest, win-x64)
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (windows-latest, win-x64)
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (windows-latest, win-x64)
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (windows-latest, win-x64)
The workload 'tvos' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (windows-latest, win-x64)
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Weaver (windows-latest, win-x64)
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'tvos' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'tvos' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'tvos' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'tvos' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / NuGet
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Package / Unity:
Tests/Realm.Tests/Database/CollectionTests.cs#L1900
Dereference of a possibly null reference. [D:\a\realm-dotnet\realm-dotnet\Tests\Realm.Tests\Realm.Tests.csproj::TargetFramework=netstandard2.0]
|
Test / Maui.MacCatalyst
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.MacCatalyst
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.MacCatalyst
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.MacCatalyst
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.MacCatalyst
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.iOS
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.iOS
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.iOS
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.iOS
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.iOS
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.Android
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.Android
The workload 'ios' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.Android
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Test / Maui.Android
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
AssetStorePublisher-11.4.0-pr-3440.1602
Expired
|
157 MB |
|
ExtractedChangelog
Expired
|
3.5 KB |
|
Realm.11.4.0-pr-3440.1602
Expired
|
78.3 MB |
|
Realm.PlatformHelpers.11.4.0-pr-3440.1602
Expired
|
174 KB |
|
Realm.UnityUtils.11.4.0-pr-3440.1602
Expired
|
20.8 KB |
|
Realm.UnityWeaver.11.4.0-pr-3440.1602
Expired
|
133 KB |
|
UnityTests
Expired
|
5.78 MB |
|
UnityTestsRunner.linux
Expired
|
106 MB |
|
UnityTestsRunner.windows
Expired
|
101 MB |
|
io.realm.unity-11.4.0-pr-3440.1602.tgz
Expired
|
60.1 MB |
|
wrappers-android-arm64-v8a
Expired
|
10.1 MB |
|
wrappers-android-armeabi-v7a
Expired
|
6.57 MB |
|
wrappers-android-x86
Expired
|
10.7 MB |
|
wrappers-android-x86_64
Expired
|
11.1 MB |
|
wrappers-catalyst
Expired
|
47.7 MB |
|
wrappers-iOS-Device
Expired
|
9.1 MB |
|
wrappers-iOS-Simulator
Expired
|
19 MB |
|
wrappers-linux-aarch64
Expired
|
13.6 MB |
|
wrappers-linux-armhf
Expired
|
11.9 MB |
|
wrappers-linux-x86_64
Expired
|
15.1 MB |
|
wrappers-macos
Expired
|
14.3 MB |
|
wrappers-tvOS-Device
Expired
|
9.08 MB |
|
wrappers-tvOS-Simulator
Expired
|
19 MB |
|
wrappers-windows-ARM64
Expired
|
41.5 MB |
|
wrappers-windows-Win32
Expired
|
41 MB |
|
wrappers-windows-uwp-ARM
Expired
|
32.7 MB |
|
wrappers-windows-uwp-ARM64
Expired
|
35 MB |
|
wrappers-windows-uwp-Win32
Expired
|
33.9 MB |
|
wrappers-windows-uwp-x64
Expired
|
34.7 MB |
|
wrappers-windows-x64
Expired
|
42.8 MB |
|