Skip to content

Revert "Hide collections in mixed from public API" (#3606)

Sign in for the full log view
GitHub Actions / Results Xamarin.iOS failed May 21, 2024 in 1s

Results Xamarin.iOS ❌

Tests failed

❌ TestResults.iOS.xml

6168 tests were completed in 1865s with 6136 passed, 4 failed and 28 skipped.

Test suite Passed Failed Skipped Time
Realm.Tests.dll.Realms.Tests.Sync.MongoClientTests. 82✔️ 1❌ 159s
Realm.Tests.dll.Realms.Tests.Sync.SyncMigrationTests. 2✔️ 3❌ 6s

❌ Realm.Tests.dll.Realms.Tests.Sync.MongoClientTests.

Realms.Tests.Sync.MongoClientTests
  ✔️ MongoClient_ServiceName_ReturnsOriginalName
  ✔️ MongoCollection_Aggregate
  ✔️ MongoCollection_Aggregate_GenericResult
  ✔️ MongoCollection_Count_WithFilter
  ✔️ MongoCollection_Count_WithFilter_NoMatches
  ✔️ MongoCollection_Count_WithoutFilter
  ✔️ MongoCollection_DeleteMany_WithFilter
  ✔️ MongoCollection_DeleteMany_WithFilter_NoMatches
  ✔️ MongoCollection_DeleteMany_WithoutFilter
  ✔️ MongoCollection_DeleteOne_WithFilter
  ✔️ MongoCollection_DeleteOne_WithFilter_NoMatches
  ✔️ MongoCollection_DeleteOne_WithoutFilter
  ✔️ MongoCollection_Find
  ✔️ MongoCollection_Find_Filter
  ✔️ MongoCollection_Find_Filter_Limit
  ✔️ MongoCollection_Find_FilterProjection
  ✔️ MongoCollection_Find_FilterProjectionLimit
  ✔️ MongoCollection_Find_FilterProjectionSort
  ✔️ MongoCollection_Find_FilterProjectionSortLimit
  ✔️ MongoCollection_Find_FilterSort
  ✔️ MongoCollection_Find_FilterSortLimit
  ✔️ MongoCollection_Find_Limit
  ✔️ MongoCollection_Find_Projection
  ✔️ MongoCollection_Find_ProjectionLimit
  ✔️ MongoCollection_Find_ProjectionSort
  ✔️ MongoCollection_Find_ProjectionSortLimit
  ✔️ MongoCollection_Find_Sort
  ✔️ MongoCollection_Find_SortLimit
  ✔️ MongoCollection_FindOne
  ✔️ MongoCollection_FindOne_Filter
  ✔️ MongoCollection_FindOne_FilterProjection
  ✔️ MongoCollection_FindOne_FilterProjectionSort
  ✔️ MongoCollection_FindOne_FilterSort
  ✔️ MongoCollection_FindOne_Projection
  ✔️ MongoCollection_FindOne_ProjectionSort
  ✔️ MongoCollection_FindOne_Remapped
  ✔️ MongoCollection_FindOne_Sort
  ✔️ MongoCollection_FindOneAndDelete
  ✔️ MongoCollection_FindOneAndDelete_Filter
  ✔️ MongoCollection_FindOneAndDelete_Filter_NoMatches
  ✔️ MongoCollection_FindOneAndDelete_FilterSort
  ✔️ MongoCollection_FindOneAndDelete_FilterSortProjection
  ✔️ MongoCollection_FindOneAndDelete_Sort
  ✔️ MongoCollection_FindOneAndReplace
  ✔️ MongoCollection_FindOneAndReplace_Filter
  ✔️ MongoCollection_FindOneAndReplace_FilterSortProjectionUpsertReturnNewDocument
  ✔️ MongoCollection_FindOneAndReplace_FilterUpsert_Matches
  ✔️ MongoCollection_FindOneAndReplace_FilterUpsert_NoMatches
  ✔️ MongoCollection_FindOneAndReplace_FilterUpsertReturnNewDocument_NoMatches
  ✔️ MongoCollection_FindOneAndReplace_Projection
  ✔️ MongoCollection_FindOneAndReplace_ReturnNewDocument
  ✔️ MongoCollection_FindOneAndReplace_Sort
  ✔️ MongoCollection_FindOneAndReplace_UpsertNoMatches_GeneratesId
  ✔️ MongoCollection_FindOneAndUpdate
  ✔️ MongoCollection_FindOneAndUpdate_Filter
  ✔️ MongoCollection_FindOneAndUpdate_FilterSortProjectionUpsertReturnNewDocument
  ✔️ MongoCollection_FindOneAndUpdate_FilterUpsert_Matches
  ✔️ MongoCollection_FindOneAndUpdate_FilterUpsert_NoMatches
  ✔️ MongoCollection_FindOneAndUpdate_FilterUpsertReturnNewDocument_NoMatches
  ❌ MongoCollection_FindOneAndUpdate_Projection
	System.TimeoutException : The operation has timed out after 10000 ms. Failed to register user
  ✔️ MongoCollection_FindOneAndUpdate_ReturnNewDocument
  ✔️ MongoCollection_FindOneAndUpdate_Sort
  ✔️ MongoCollection_InsertMany
  ✔️ MongoCollection_InsertMany_WithBsonDoc
  ✔️ MongoCollection_InsertMany_WithDocWithInvalidSchema
  ✔️ MongoCollection_InsertMany_WithNullCollection
  ✔️ MongoCollection_InsertMany_WithNullDocuments
  ✔️ MongoCollection_InsertOne
  ✔️ MongoCollection_InsertOne_WithBsonDoc
  ✔️ MongoCollection_InsertOne_WithDocWithInvalidSchema
  ✔️ MongoCollection_InsertOne_WithNullDoc
  ✔️ MongoCollection_Name_ReturnsOriginalName
  ✔️ MongoCollection_UpdateMany_NoMatches_Noupsert
  ✔️ MongoCollection_UpdateMany_NoMatches_Upsert
  ✔️ MongoCollection_UpdateMany_NullUpdate_Throws
  ✔️ MongoCollection_UpdateMany_WithFilter
  ✔️ MongoCollection_UpdateMany_WithoutFilter
  ✔️ MongoCollection_UpdateOne_NoMatches_Noupsert
  ✔️ MongoCollection_UpdateOne_NoMatches_Upsert
  ✔️ MongoCollection_UpdateOne_NullUpdate_Throws
  ✔️ MongoCollection_UpdateOne_WithFilter
  ✔️ MongoCollection_UpdateOne_WithoutFilter
  ✔️ MongoDatabase_Name_ReturnsOriginalName

❌ Realm.Tests.dll.Realms.Tests.Sync.SyncMigrationTests.

Realms.Tests.Sync.SyncMigrationTests
  ✔️ Migration_FailsWithFutureVersion
  ❌ Model_CanMigratePropertyOptionality
	Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56645/groups/664d1b0c2a5fbdcc194e5a12/apps/664d1b1e2a5fbdcc194e5b57/logs?co_id=664d29392a5fbdcc19505613
  ✔️ Model_CanRemoveField
  ❌ SameRealm_CanBeMigratedSkippingVersions
	Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56645/groups/664d1b0c2a5fbdcc194e5a12/apps/664d1b1e2a5fbdcc194e5b57/logs?co_id=664d293d2a5fbdcc195056de
  ❌ SameRealm_CanBeMigratedThroughConsecutiveVersions
	Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56645/groups/664d1b0c2a5fbdcc194e5a12/apps/664d1b1e2a5fbdcc194e5b57/logs?co_id=664d293d2a5fbdcc19505705

Annotations

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.iOS

Realm.Tests.dll.Realms.Tests.Sync.MongoClientTests. ► Realms.Tests.Sync.MongoClientTests ► MongoCollection_FindOneAndUpdate_Projection

Failed test found in:
  TestResults.iOS.xml
Error:
  System.TimeoutException : The operation has timed out after 10000 ms. Failed to register user
Raw output
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x000e9] in <54c80a1d41fa4eb0a9949644941d39bb>:0 
  at Realms.Tests.Sync.SyncTestBase.GetUserAsync (Realms.Sync.App app, System.String username, System.String password) [0x000d3] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.MongoClientTests.GetCollection () [0x00072] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.MongoClientTests.<MongoCollection_FindOneAndUpdate_Projection>b__64_0 () [0x0007b] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <54c80a1d41fa4eb0a9949644941d39bb>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass34_0.<RunAsyncTest>b__0 () [0x00079] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.MongoClientTests.MongoCollection_FindOneAndUpdate_Projection () [0x00000] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.iOS

Realm.Tests.dll.Realms.Tests.Sync.SyncMigrationTests. ► Realms.Tests.Sync.SyncMigrationTests ► Model_CanMigratePropertyOptionality

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56645/groups/664d1b0c2a5fbdcc194e5a12/apps/664d1b1e2a5fbdcc194e5b57/logs?co_id=664d29392a5fbdcc19505613
Raw output
  at Realms.Sync.SubscriptionSetHandle.WaitForStateChangeAsync (System.Nullable`1[T] cancellationToken) [0x00198] in <54c80a1d41fa4eb0a9949644941d39bb>:0 
  at Realms.Tests.Sync.SyncTestBase.WaitForSubscriptionsAsync (Realms.Realm realm) [0x00078] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncMigrationTests.OpenRealm (MongoDB.Bson.ObjectId differentiator, System.Type schema, System.UInt64 schemaVersion) [0x0014d] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncMigrationTests.<Model_CanMigratePropertyOptionality>b__1_0 () [0x00116] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <54c80a1d41fa4eb0a9949644941d39bb>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass34_0.<RunAsyncTest>b__0 () [0x00079] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncMigrationTests.Model_CanMigratePropertyOptionality () [0x00000] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.iOS

Realm.Tests.dll.Realms.Tests.Sync.SyncMigrationTests. ► Realms.Tests.Sync.SyncMigrationTests ► SameRealm_CanBeMigratedSkippingVersions

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56645/groups/664d1b0c2a5fbdcc194e5a12/apps/664d1b1e2a5fbdcc194e5b57/logs?co_id=664d293d2a5fbdcc195056de
Raw output
  at Realms.Sync.SubscriptionSetHandle.WaitForStateChangeAsync (System.Nullable`1[T] cancellationToken) [0x00198] in <54c80a1d41fa4eb0a9949644941d39bb>:0 
  at Realms.Tests.Sync.SyncTestBase.WaitForSubscriptionsAsync (Realms.Realm realm) [0x00078] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncMigrationTests.OpenRealm (MongoDB.Bson.ObjectId differentiator, System.Type schema, System.UInt64 schemaVersion) [0x0014d] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncMigrationTests.<SameRealm_CanBeMigratedSkippingVersions>b__5_0 () [0x000a1] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <54c80a1d41fa4eb0a9949644941d39bb>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass34_0.<RunAsyncTest>b__0 () [0x00079] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncMigrationTests.SameRealm_CanBeMigratedSkippingVersions () [0x00000] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0 

Check failure on line -1 in No path available

See this annotation in the file changed.

@github-actions github-actions / Results Xamarin.iOS

Realm.Tests.dll.Realms.Tests.Sync.SyncMigrationTests. ► Realms.Tests.Sync.SyncMigrationTests ► SameRealm_CanBeMigratedThroughConsecutiveVersions

Failed test found in:
  TestResults.iOS.xml
Error:
  Realms.Sync.Exceptions.SessionException : Invalid schema change (UPLOAD): non-breaking schema change: adding schema for Realm table "Nullables", schema changes from clients are restricted when developer mode is disabled Logs: http://52.91.245.93:56645/groups/664d1b0c2a5fbdcc194e5a12/apps/664d1b1e2a5fbdcc194e5b57/logs?co_id=664d293d2a5fbdcc19505705
Raw output
  at Realms.Sync.SubscriptionSetHandle.WaitForStateChangeAsync (System.Nullable`1[T] cancellationToken) [0x00198] in <54c80a1d41fa4eb0a9949644941d39bb>:0 
  at Realms.Tests.Sync.SyncTestBase.WaitForSubscriptionsAsync (Realms.Realm realm) [0x00078] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncMigrationTests.OpenRealm (MongoDB.Bson.ObjectId differentiator, System.Type schema, System.UInt64 schemaVersion) [0x0014d] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncMigrationTests.<SameRealm_CanBeMigratedThroughConsecutiveVersions>b__4_0 () [0x000a9] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at TaskExtensions.Timeout (System.Threading.Tasks.Task task, System.Int32 millisecondTimeout, System.Threading.Tasks.Task errorTask, System.String detail) [0x00140] in <54c80a1d41fa4eb0a9949644941d39bb>:0 
  at Realms.Tests.TestHelpers+<>c__DisplayClass34_0.<RunAsyncTest>b__0 () [0x00079] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext+<>c__DisplayClass15_0.<Run>b__0 (System.Threading.Tasks.Task t) [0x0000b] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at System.Threading.Tasks.ContinuationTaskFromTask.InnerInvoke () [0x00024] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0 
--- End of stack trace from previous location where exception was thrown ---

  at Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException (System.Threading.Tasks.Task task) [0x00015] in <a98182632eb245adb24e66ecaa8eeab5>:0 
  at Nito.AsyncEx.AsyncContext.Run (System.Func`1[TResult] action) [0x0006c] in <ae3f77a0cc84476faeb835e8b2bfa4c2>:0 
  at Realms.Tests.TestHelpers.RunAsyncTest (System.Func`1[TResult] testFunc, System.Int32 timeout, System.Threading.Tasks.Task errorTask) [0x00005] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncTestHelpers.RunBaasTestAsync (System.Func`1[TResult] testFunc, System.Int32 timeout) [0x00042] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at Realms.Tests.Sync.SyncMigrationTests.SameRealm_CanBeMigratedThroughConsecutiveVersions () [0x00000] in <78fe827c4ead432bb5c164d0f188b76c>:0 
  at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
  at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <ae4d2b2e1a52451bbb0fbe726a40b592>:0