aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* seems to compile ( tests comented out)UbitUmarov2015-09-021-6/+11
* Comment out the debugging statements added in the last commit. KeepingMic Bowman2014-12-301-4/+4
* Fix the throttle tests. Remove the hardcoded constant multipliers andMic Bowman2014-12-301-9/+11
* Change the effect of successfully acknowledged packets to bump theMic Bowman2014-12-291-2/+2
* Fix recent regression where adaptive throttles stopped adjusting.Justin Clark-Casey (justincc)2014-11-251-14/+28
* Fix setting of max scene throttle so that setting it restricts the child clie...Justin Clark-Casey (justincc)2014-11-251-23/+43
* Add request drip rate to assertions for token bucket regression testsJustin Clark-Casey (justincc)2014-11-251-12/+14
* Add regression tests for token buckets on their ownJustin Clark-Casey (justincc)2014-11-251-1/+49
* Make regression throttle tests consistently test target and max throttle sett...Justin Clark-Casey (justincc)2014-11-251-136/+62
* Fix an issue where specifying both max client and server outgoing UDP throttl...Justin Clark-Casey (justincc)2014-11-251-2/+160
* extend TestClientThrottleRegionLimited for 2 clients after testing 1. Rename...Justin Clark-Casey (justincc)2014-11-251-25/+71
* Add regression test TestClientThrottleRegionLimited() for testing simple beha...Justin Clark-Casey (justincc)2014-11-251-2/+50
* factor out common throttle setting byte[] array construction in ThrottleTests.Justin Clark-Casey (justincc)2014-11-251-44/+43
* Add regression test TestClientThrottleLimited() for throttle behaviour when a...Justin Clark-Casey (justincc)2014-11-251-0/+58
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-254-82/+0
* minor: disable logging in regression test TestClientThrottleSetNoLimitJustin Clark-Casey (justincc)2014-11-251-1/+1
* minor: comment out unused method in regression BasicCircuitTestsJustin Clark-Casey (justincc)2014-11-251-17/+17
* Add basic regression test ThrottleTests.TestClientThrottleSetNoLimitJustin Clark-Casey (justincc)2014-11-251-0/+106
* refactor: Move test clientstack setup code out of BasicCircuitTests into Open...Justin Clark-Casey (justincc)2014-11-252-229/+12
* Implement experimental non-default mechanism to update scene via a timer rath...Justin Clark-Casey (justincc)2014-08-261-1/+1
* fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni2014-07-171-1/+1
* refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)2013-09-271-1/+2
* refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)2013-09-271-3/+3
* Fix an issue where under teleport v2 protocol, teleporting from regions in an...Justin Clark-Casey (justincc)2013-08-081-1/+1
* For LLImageManagerTests, make tests execute under synchronous fire and forget...Justin Clark-Casey (justincc)2013-08-051-8/+12
* Fix the failing TestSendImage. J2K decoding is async.Diva Canto2013-08-031-1/+9
* Fix mono warning in LLImageManagerTestsJustin Clark-Casey (justincc)2013-07-061-1/+1
* Fix test failure in BasicCircuitTests from previous commit 0d2fd0d9Justin Clark-Casey (justincc)2013-06-171-2/+2
* minor: Eliminate warning in LLimageManagerTests by properly calling through t...Justin Clark-Casey (justincc)2013-04-291-0/+2
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-242-2/+2
* minor: Make BasicCircuitTests.SetUp() call overriden base method instead of i...Justin Clark-Casey (justincc)2012-10-161-1/+2
* Add AgentUpdate to PacketPool. This is the most common inbound packet from v...Justin Clark-Casey (justincc)2012-10-121-2/+2
* Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in...Justin Clark-Casey (justincc)2012-06-291-2/+1
* If logging a client out due to ack timeout, do this asynchronously rather tha...Justin Clark-Casey (justincc)2012-06-081-2/+2
* Add regression test for client logout due to ack timeout.Justin Clark-Casey (justincc)2012-06-082-87/+97
* Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)2012-05-011-1/+2
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-272-2/+2
* Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)2012-03-201-1/+1
* Add image not in database test for LLImageManagerJustin Clark-Casey (justincc)2012-01-191-5/+28
* refactor: separate out common parts of LLImageManagerTestsJustin Clark-Casey (justincc)2012-01-191-48/+40
* Add LLImageManager regression test for discard caseJustin Clark-Casey (justincc)2012-01-191-0/+53
* Add basic request and send image regression tests for LLImageManagerJustin Clark-Casey (justincc)2012-01-192-0/+92
* Don't reply with an ack packet if the client is not authorized.Justin Clark-Casey (justincc)2011-12-081-3/+2
* Extend TestAddClient() to check that the first packet received is an ack packetJustin Clark-Casey (justincc)2011-12-082-92/+101
* Add OpenSim.Region.ClientStack.LindenUDP.Tests.dll back into the test suiteJustin Clark-Casey (justincc)2011-12-081-1/+1
* Reactivate BasicCircuitTests.TestAddClient()Justin Clark-Casey (justincc)2011-12-081-107/+118
* On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)2011-12-081-1/+4
* Get rid of some traces of the old pre-ROBUST grid architecture configJustin Clark-Casey (justincc)2011-10-121-1/+1
* Bring LindenUDP.Tests back from the dead. No tests are running.Justin Clark-Casey (justincc)2011-10-125-343/+282
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-305-0/+702