From bcbd450fe441e94d6c0f547055b4e95f75a5b0d0 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Mon, 20 Aug 2012 20:24:54 +0100 Subject: Add --force flag to "kick user" console command to allow bypassing of recent race condition checks. This is to allow a second attempt to remove an avatar even if "show connections" shows them as already inactive (i.e. close has already been attempted once). You should only attempt --force if a normal kick fails. This is partly for diagnostics as we have seen some connections occasionally remain on lbsa plaza even if they are registered as inactive. This is not a permanent solution and may not work anyway - the ultimate solution is to stop this problem from happening in the first place. --- prebuild.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index b4f4464..1765899 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1760,6 +1760,7 @@ + -- cgit v1.1 From ec726413ddcd8632efb2603b968554647419708d Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 29 Aug 2012 23:04:00 +0100 Subject: Add VectorRenderModuleStressTests that contains a long running test that generates thousands of vector textures concurrently. Intended for use if there are future issues with mono crashes whilst generate dynamic textures. This test is triggered via a new test-stress nant target. Not run by default. --- prebuild.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 1765899..d9c1607 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -3250,6 +3250,46 @@ + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1 From adce58b33a39c9456468f6d25834a8a7bded5adf Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 29 Aug 2012 23:19:21 +0100 Subject: Renaming existing 'torture' tests to 'performance' tests instead, since this better matches what they really do. nant target name changes to test-perf instead of torture, to match test-stress still not run by default --- prebuild.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index d9c1607..0f34713 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -3290,7 +3290,7 @@ - + ../../../bin/ -- cgit v1.1 From a0eda6eb1642b8a5d3b6db3e89c8db87dfaefa1c Mon Sep 17 00:00:00 2001 From: BlueWall Date: Fri, 31 Aug 2012 13:06:28 -0400 Subject: Fix Windows build Add reference to fix Windows build: no windows here to test, please report any issues back to IRC #opensim-dev ASAP --- prebuild.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 0f34713..f10607d 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -3264,6 +3264,7 @@ ../../../bin/ + -- cgit v1.1 From 96f889b20e570a05fdb7c4f42057cc66671a60cb Mon Sep 17 00:00:00 2001 From: BlueWall Date: Tue, 11 Sep 2012 22:52:38 -0400 Subject: Fix prebuild.xml format for reference Mono.Data.SQL entry was bad --- prebuild.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index f10607d..4e9dc3d 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -2145,7 +2145,7 @@ - + -- cgit v1.1 From 81fda6f94756e410d19f0ea866d5399a5dfae55f Mon Sep 17 00:00:00 2001 From: BlueWall Date: Tue, 11 Sep 2012 23:43:37 -0400 Subject: Revert "Fix prebuild.xml format for reference" This reverts commit 96f889b20e570a05fdb7c4f42057cc66671a60cb. --- prebuild.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 4e9dc3d..f10607d 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -2145,7 +2145,7 @@ - + -- cgit v1.1 From 1ec84ac8b160c1a6ee903b832c75635d1219fe5a Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 15 Sep 2012 02:12:26 +0100 Subject: Add basic asset connector tests to check behaviour for normal, local and temporary assets. Make AssetServiceConnector return more useful data on failure, such as what DLL it was trying to load Allow LocalAssetServiceConnector.GetData() to work without a cache present, as works for the other lasc Get* methods. --- prebuild.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index f10607d..d3af892 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -2970,6 +2970,7 @@ + -- cgit v1.1 From d87813a194359b648dc62965d29ae3a10b91c2bb Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 5 Oct 2012 02:02:19 +0100 Subject: Finally fix build break by allowing UserManagementModule (which constructs a packet directly) to reference OpenSim.Region.ClientStack.LindenUDP. This time I actually properly did a clean build --- prebuild.xml | 209 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 105 insertions(+), 104 deletions(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index d3af892..b8d37c5 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1376,110 +1376,6 @@ - - - - ../../../bin/ - true - - - - - ../../../bin/ - true - - - - ../../../bin/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ../../../bin/ - - - - - ../../../bin/ - - - - ../../../bin/ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1600,6 +1496,111 @@ + + + + ../../../bin/ + true + + + + + ../../../bin/ + true + + + + ../../../bin/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1 From 1f2472d0fcd86a7ae09c01ecb3508eab001ce033 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 11 Oct 2012 23:28:53 +0100 Subject: Extend "show stats" command to "show stats [list|all|]" This allows different categories of stats to be shown, with options to list categories or show all stats. Currently categories are scene and simulator and only a very few stats are currently registered via this mechanism. This commit also adds percentage stats for packets and blocks reused from the packet pool. --- prebuild.xml | 95 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 48 insertions(+), 47 deletions(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index b8d37c5..77a0a5b 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -112,7 +112,7 @@ - + ../../../bin/ @@ -127,58 +127,47 @@ ../../../bin/ + + - - - + - + + - + - ../../../../bin/ + ../../../bin/ - ../../../../bin/ + ../../../bin/ - ../../../../bin/ + ../../../bin/ - - - + + + - - - - - - + + + + - - - - - - - - - - - + - + ../../../bin/ @@ -193,43 +182,55 @@ ../../../bin/ - - - - - + + + + + - + - ../../../bin/ + ../../../../bin/ - ../../../bin/ + ../../../../bin/ - ../../../bin/ + ../../../../bin/ - - - + + + - - - - + + + + + + - + + + + + + + + + + + -- cgit v1.1 From 387ce8ef35e7084895524507d6bba987b8c4a5d0 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 12 Oct 2012 00:10:51 +0100 Subject: Fix build break by moving OpenSim.Framework.Console back below HttpServer in the build order. Luckily, it turns out Framework.Monitoring doesn't need to reference Console directly. --- prebuild.xml | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 77a0a5b..6c0adea 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -112,33 +112,6 @@ - - - - ../../../bin/ - - - - - ../../../bin/ - - - - ../../../bin/ - - - - - - - - - - - - - - @@ -234,6 +207,33 @@ + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + -- cgit v1.1 From 1e86c58822147cae97a70f40a3d39411812296e0 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 12 Oct 2012 01:58:46 +0100 Subject: Remove now unnecessary OpenSim.Framework.Console reference from Monitoring. Properly resolve circular reference which no longer appeared in Mono build as there were no using statements for it. --- prebuild.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 6c0adea..69fce41 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -160,7 +160,6 @@ - -- cgit v1.1 From 0c4efdc6a814d2d28e95f74a28d0b6759fc6a028 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 15 Nov 2012 03:32:03 +0000 Subject: Fix build break from 1aa0271 by adding System.Core to prebuild.xml --- prebuild.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 69fce41..aca0c49 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -2134,10 +2134,11 @@ ../../../bin/ - + - + + -- cgit v1.1 From e25c51330a3d0009f4308bf45cf057e216c17ba9 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 17 Nov 2012 00:12:25 +0000 Subject: Add basic XInventoryServicesTests.TestAddItem() regression test. --- prebuild.xml | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index aca0c49..7694861 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1124,7 +1124,9 @@ - + + + @@ -2719,6 +2721,48 @@ + + + + ../../../../bin/ + + + + + ../../../../bin/ + + + + ../../../../bin/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1 From bac8ac32dae4049e84f74d276bb5ce83a2a512ac Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 21 Nov 2012 23:42:34 +0000 Subject: Add regression test for a good request made to the asset service post handler. Adds new OpenSim.Server.Handlers.Tests.dll to test suite --- prebuild.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 7694861..bb9d80c 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -3297,6 +3297,52 @@ + + + + ../../../bin/ + + + + + ../../../bin/ + + + + ../../../bin/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1 From 45d1e6ab09309e21f96979548b5d1b4904800f65 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 22 Nov 2012 04:45:53 +0000 Subject: Make "show info" command available across all servers This helpfully lists version information, startup location and console log level --- prebuild.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index bb9d80c..5be86e2 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -445,6 +445,7 @@ + -- cgit v1.1 From 7133b6bb4f78fb303425215031a0bb7cb531270b Mon Sep 17 00:00:00 2001 From: justincc Date: Fri, 23 Nov 2012 01:43:11 +0000 Subject: Fix recent windows build break. Add missing OpenSim.Framework.Servers reference --- prebuild.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 5be86e2..101d48f 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1367,6 +1367,7 @@ + -- cgit v1.1