mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Make archiver tests pump the asset server manually instead of starting the normal runtime thread
* This may eliminate the occasional archive test freezes, since they appeared to occur when somehow the asset server didn't pick up on the presence of a request in the asset quque
This commit is contained in:
@@ -57,7 +57,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
public UUID agent1, agent2, agent3;
|
||||
public static Random random;
|
||||
public ulong region1,region2,region3;
|
||||
public CommunicationsManager cm;
|
||||
public TestCommunicationsManager cm;
|
||||
public AgentCircuitData acd1;
|
||||
public SceneObjectGroup sog1, sog2, sog3;
|
||||
public TestClient testclient;
|
||||
|
||||
@@ -60,7 +60,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
||||
|
||||
UUID sceneAId = UUID.Parse("00000000-0000-0000-0000-000000000100");
|
||||
UUID sceneBId = UUID.Parse("00000000-0000-0000-0000-000000000200");
|
||||
CommunicationsManager cm = new TestCommunicationsManager();
|
||||
TestCommunicationsManager cm = new TestCommunicationsManager();
|
||||
|
||||
// shared module
|
||||
IRegionModule interregionComms = new RESTInterregionComms();
|
||||
|
||||
Reference in New Issue
Block a user