You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OwnerModifiedTests was not properly spawning from the non-session owner client (it was spawning with ownership on the session owner side).
NetworkVariableCollectionTests is showing an issue with changes for only the host instance and only within the TestDictionaryCollections (has to do with trying to add and then reverting vs the tracked changes).
AssertOnTimeout($"Server add to owner write collection property failed to restore on {className}{compDictionaryServer.name}! {compDictionaryServer.GetLog()}");
@@ -840,7 +846,6 @@ public IEnumerator TestDictionaryCollections()
840
846
// Server-side add a completely new key and SerializableObject to to owner write permission property
AssertOnTimeout($"Client-{client.LocalClientId} add to server write collection property failed to restore on {className}{compDictionary.name}! {compDictionary.GetLog()}");
@@ -892,7 +897,6 @@ public IEnumerator TestDictionaryCollections()
AssertOnTimeout($"[Server] Not all instances of client-{compDictionaryServer.OwnerClientId}'s {className}{compDictionaryServer.name} component match! {compDictionaryServer.GetLog()}");
895
-
896
900
ValidateClientsFlat(client);
897
901
////////////////////////////////////
898
902
// Owner Change SerializableObject Entry
@@ -915,7 +919,7 @@ public IEnumerator TestDictionaryCollections()
915
919
{
916
920
// Server-side update same key value prior to being updated to the owner side
AssertOnTimeout($"Server update collection entry value to local owner write collection property failed to restore on {className}{compDictionaryServer.name}! {compDictionaryServer.GetLog()}");
@@ -956,7 +960,7 @@ public IEnumerator TestDictionaryCollections()
956
960
{
957
961
// Owner-side update same key value prior to being updated to the server side
AssertOnTimeout($"Client-{client.LocalClientId} update collection entry value to local server write collection property failed to restore on {className}{compDictionary.name}! {compDictionary.GetLog()}");
@@ -1014,6 +1018,9 @@ public IEnumerator TestDictionaryCollections()
errorLog.AppendLine($"[Client-{networkManager.LocalClientId}] {changeValue.name} value is {changeValue.SomeIntValue.Value} but was expecting {m_InstanceAuthority.SomeIntValue.Value}!");
@@ -185,19 +191,15 @@ public IEnumerator OwnershipSpawnedAndUpdatedDuringSpawn()
0 commit comments