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