Skip to content

Add an action to check the PR title (#3543) #2545

Add an action to check the PR title (#3543)

Add an action to check the PR title (#3543) #2545

GitHub Actions / Results Maui.MacCatalyst failed Mar 7, 2024 in 0s

Results Maui.MacCatalyst ❌

Tests failed

❌ TestResults.MacCatalyst.xml

6068 tests were completed in 1678s with 6045 passed, 2 failed and 21 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Sync.StaticQueriesTests.RealmObjectAPI_Links_AtlasToRealm. 4✔️ 1❌ 11s
Realm.Tests.dll.Realms.Tests.Sync.StaticQueriesTests.RealmObjectAPI_Object_RealmToAtlas. 1❌ 2s

❌ Realm.Tests.dll.Realms.Tests.Sync.StaticQueriesTests.RealmObjectAPI_Links_AtlasToRealm.

Realms.Tests.Sync.StaticQueriesTests
  ✔️ RealmObjectAPI_Links_AtlasToRealm(Single link)
  ✔️ RealmObjectAPI_Links_AtlasToRealm(List)
  ❌ RealmObjectAPI_Links_AtlasToRealm(Dictionary)
	  Expected: not null
	  But was:  null
	
  ✔️ RealmObjectAPI_Links_AtlasToRealm(Set)
  ✔️ RealmObjectAPI_Links_AtlasToRealm(All types)

❌ Realm.Tests.dll.Realms.Tests.Sync.StaticQueriesTests.RealmObjectAPI_Object_RealmToAtlas.

Realms.Tests.Sync.StaticQueriesTests
  ❌ RealmObjectAPI_Object_RealmToAtlas(All values)
	Realms.Exceptions.RealmDuplicatePrimaryKeyValueException : A IntPropertyObject object already exists with primary key property _id == 'oid(65e9c917a431e5a43e0628da)'

Annotations

Check failure on line -1 in No path available

See this annotation in the file changed.

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

Realm.Tests.dll.Realms.Tests.Sync.StaticQueriesTests.RealmObjectAPI_Links_AtlasToRealm. ► Realms.Tests.Sync.StaticQueriesTests ► RealmObjectAPI_Links_AtlasToRealm(Dictionary)

Failed test found in:
  TestResults.MacCatalyst.xml
Error:
    Expected: not null
    But was:  null
  
Raw output
   at Realms.Tests.Sync.StaticQueriesTests.<RealmObjectAPI_Links_AtlasToRealm>g__AssertEqual|19_6(LinksObject retrieved, LinksObject original)
   at Realms.Tests.Sync.StaticQueriesTests.<>c__DisplayClass19_0.<<RealmObjectAPI_Links_AtlasToRealm>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at TaskExtensions.Timeout(Task task, Int32 millisecondTimeout, Task errorTask, String detail)
   at Realms.Tests.TestHelpers.<>c__DisplayClass33_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 )

Check failure on line -1 in No path available

See this annotation in the file changed.

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

Realm.Tests.dll.Realms.Tests.Sync.StaticQueriesTests.RealmObjectAPI_Object_RealmToAtlas. ► Realms.Tests.Sync.StaticQueriesTests ► RealmObjectAPI_Object_RealmToAtlas(All values)

Failed test found in:
  TestResults.MacCatalyst.xml
Error:
  Realms.Exceptions.RealmDuplicatePrimaryKeyValueException : A IntPropertyObject object already exists with primary key property _id == 'oid(65e9c917a431e5a43e0628da)'
Raw output
   at Realms.NativeException.ThrowIfNecessary()
   at Realms.SharedRealmHandle.CreateObjectWithPrimaryKey(Property pkProperty, RealmValue& primaryKey, TableKey tableKey, String parentType, Boolean update, Boolean& isNew)
   at Realms.Realm.AddInternal[IntPropertyObject](IntPropertyObject obj, Type objectType, Boolean update)
   at Realms.Realm.Add[IntPropertyObject](IntPropertyObject obj, Boolean update)
   at Realms.Tests.SyncAllTypesObject.Realms.ISettableManagedAccessor.SetManagedAccessor(IRealmAccessor managedAccessor, IRealmObjectHelper helper, Boolean update, Boolean skipDefaults)
   at Realms.Extensions.RealmObjectExtensions.CreateAndSetAccessor(ISettableManagedAccessor iro, ObjectHandle handle, Realm realm, Metadata metadata, Boolean copyToRealm, Boolean update, Boolean skipDefaults)
   at Realms.Realm.AddInternal[SyncAllTypesObject](SyncAllTypesObject obj, Type objectType, Boolean update)
   at Realms.Realm.Add[SyncAllTypesObject](SyncAllTypesObject obj, Boolean update)
   at Realms.Tests.Sync.StaticQueriesTests.<>c__DisplayClass17_1.<RealmObjectAPI_Object_RealmToAtlas>b__3()
   at Realms.Realm.Write[SyncAllTypesObject](Func`1 function)
   at Realms.Tests.Sync.StaticQueriesTests.<>c__DisplayClass17_0.<<RealmObjectAPI_Object_RealmToAtlas>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at TaskExtensions.Timeout(Task task, Int32 millisecondTimeout, Task errorTask, String detail)
   at Realms.Tests.TestHelpers.<>c__DisplayClass33_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 )
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext , ContextCallback , Object )
--- End of stack trace from previous location ---
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext , ContextCallback , Object )
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& , Thread )
--- End of stack trace from previous location ---
   at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
   at Nito.AsyncEx.AsyncContext.Run(Func`1 action)
   at Realms.Tests.TestHelpers.RunAsyncTest(Func`1 testFunc, Int32 timeout, Task errorTask)
   at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync(Func`1 testFunc, Int32 timeout)
   at Realms.Tests.Sync.StaticQueriesTests.RealmObjectAPI_Object_RealmToAtlas(TestCaseData`1 testCase)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object , BindingFlags , Binder , Object[] , CultureInfo )