Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-24 | light the mysql region tests | Sean Dague | 1 | -0/+97 | |
2008-09-24 | let the asset tests run on MySQL. Interesting difference here, the | Sean Dague | 4 | -4/+102 | |
sqlite driver can handle .Data = Null, the mysql driver can not. We should decide which is the right behavior and adjust code for it. | |||||
2008-09-24 | remove a bunch of out of date inline ALTER table commands that would only | Sean Dague | 1 | -84/+17 | |
confuse people. | |||||
2008-09-23 | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 5 | -12/+4 | |
2008-09-23 | create the first attempted mysql test. This only runs locally if you | Sean Dague | 1 | -8/+19 | |
have a database configured as opensim-nunit with user opensim-nunit / password opensim-nunit that has full perms on the database. | |||||
2008-09-23 | remove log4net references, see if that helps fix bamboo | Sean Dague | 1 | -9/+1 | |
2008-09-23 | check in stubbing for mysql tests. This is ignored with | Sean Dague | 1 | -0/+74 | |
Assert.Ignore() for now, so it won't change anything, but I want to make sure it doesn't break the bamboo infrastructure in it's current state. | |||||
2008-09-21 | * minor: warnings removal | Justin Clarke Casey | 1 | -1/+1 | |
2008-09-20 | remove some extraneous debug messages from migrations | Sean Dague | 1 | -2/+0 | |
2008-09-19 | Small formatting cleanup, before chi11ken notices. Me bad. | Homer Horwitz | 3 | -20/+39 | |
2008-09-19 | add in bits to attempt to enable log4net on these tests to help when debugging | Sean Dague | 3 | -0/+27 | |
2008-09-19 | add a region settings test | Sean Dague | 1 | -0/+13 | |
2008-09-19 | convert to using proper .net tempfiles, should have done this | Sean Dague | 4 | -4/+13 | |
initially. | |||||
2008-09-18 | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 4 | -1/+5 | |
On Windows, you are not able to delete a file while there is still a handle to it open. | |||||
2008-09-18 | - Add Dispose method to IRegionDataStore | Homer Horwitz | 8 | -10/+110 | |
- Add necessary dummy Dispose-methods where they are missing - Implement the SQLite Dispose-methods (currently only used for unit tests, in the next commit) | |||||
2008-09-18 | * Updates the SQLite region database to support the same properties that the ↵ | Teravus Ovares | 3 | -1/+190 | |
MySQL version does for the table, prims. * If this causes any unit tests to fail, the tests need to be updated. | |||||
2008-09-18 | adds support to delete a region completely and offers that | Dr Scofield | 1 | -1/+0 | |
functionality via the console command "delete-region" and also via RemoteAdminPlugin. minor typo fix. | |||||
2008-09-18 | add some comments and some try blocks around object storage | Sean Dague | 1 | -3/+26 | |
in the hopes this will help debug why this is failing for some people. | |||||
2008-09-17 | Adding currentLookAt to useragents table in SQLite. This complements the | Homer Horwitz | 2 | -0/+15 | |
MySQL change from http://opensimulator.org/mantis/view.php?id=2073 | |||||
2008-09-16 | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 3 | -26/+97 | |
terrain driver in the process, which is now fixed. yay for unit tests! | |||||
2008-09-16 | we can use equals on strings because they are comparible, and | Sean Dague | 1 | -3/+3 | |
this is the prefered way of doing these tests. | |||||
2008-09-16 | Mantis #904: Thanks jonc, for a patch that adds "useragents" table to | Homer Horwitz | 2 | -67/+84 | |
SQLite and stores the logout position in standalone mode. Note: This adds a migration for SQLite, so do your runprebuild | |||||
2008-09-16 | add an inventory change test. | Sean Dague | 1 | -0/+19 | |
2008-09-15 | Update svn properties, minor formatting cleanup, fix a compiler warning. | Jeff Ames | 1 | -3/+6 | |
2008-09-14 | Mantis #2124 | Melanie Thielker | 24 | -1717/+2573 | |
Thank you, RuudL, for a patch that brings MSSQL up to the same implementation level as MySQL. | |||||
2008-09-14 | Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 1 | -0/+6 | |
Moved intialization of appearance from the SendInitialData event handler into CompleteMovement handler. That ensures that m_appearance is initialized before the inventory is retrieved (so there is a place to check on attachments). | |||||
2008-09-13 | * Adds regiondata and estatedata persistence in Sqlite. This commit is ↵ | Teravus Ovares | 1 | -0/+3 | |
actually an assist. 99% of the work was already done by Melanie. | |||||
2008-09-13 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-09-13 | * Fixes SQLite load crash. | Teravus Ovares | 1 | -2/+3 | |
* added primary key to regionsettings table in the cached table * initialized the data adapter. * Still untested fully, so watch out! | |||||
2008-09-13 | Add region settings support to SQLite (untested!) | Melanie Thielker | 1 | -1/+183 | |
2008-09-13 | wrap log4net configure in try block so that it will run if you don't have a | Sean Dague | 1 | -1/+5 | |
.config (which no one does). Dropping in the .config lets you see that debug messages, which is handy while writing tests and figuring out why things don't behave like you would guess. | |||||
2008-09-13 | 2 more InventoryItem tests, plus see if I can leave the log4net | Sean Dague | 2 | -0/+26 | |
configure in there to help me get debug messages while developing. | |||||
2008-09-12 | * minor: spelling mistake and message tidying on Migration messages | Justin Clarke Casey | 1 | -5/+5 | |
2008-09-12 | add first round of folder tests | Sean Dague | 1 | -44/+98 | |
2008-09-12 | * Make fix to MSSQLRegionData.cs in LoadLandObjects as recommended by ↵ | Justin Clarke Casey | 1 | -1/+1 | |
Garrett Hussey in Re: [Opensim-dev] MSSQL runtime error in latest build.. * Thanks! | |||||
2008-09-12 | * Add userstore sql upgrade I carelessly forgot to check in a couple of ↵ | Justin Clarke Casey | 1 | -0/+5 | |
revisions ago * Hopefully there wasn't a problem anyway, since the look at stuff isn't enabled yet | |||||
2008-09-12 | * Patch http://opensimulator.org/mantis/view.php?id=2163 | Justin Clarke Casey | 2 | -0/+12 | |
* Add prim ClickAction persistence to SQLite * This will require a prebuild * Thanks nlin! | |||||
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 1 | -3/+6 | |
* This patch aims to introduce look at direction persistence between logins. It won't be active until the second part of the patch is committed in about two weeks time. At this point, region servers that haven't upgraded past this revision may run into problems * This checkin upgrades the user database. As always, we recommend you have backups in case something goes wrong. * Many thanks to tyre for this patch. | |||||
2008-09-12 | because UUID supports equality, we can do a straight equals instead of | Sean Dague | 1 | -3/+3 | |
convert to string and match. | |||||
2008-09-12 | use new style asserts. They are much easier to read. | Sean Dague | 1 | -2/+2 | |
2008-09-12 | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 7 | -167/+308 | |
classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface. | |||||
2008-09-12 | change order in prebuild.xml so this works in nant on a clean | Sean Dague | 1 | -1/+1 | |
checkout. | |||||
2008-09-12 | be more clever and move the bulk of the db tests for inventory into | Sean Dague | 2 | -140/+187 | |
OpenSim.Data.Tests, then subclass with custom init bits for sqlite. As I've only been testing the plugin interfaces anyway, this should make it very easy to write only a little bit of code to use these tests for other databases. It will also give us the framework for definining the datastore behavior and making sure that all the databases do the same thing. | |||||
2008-09-11 | more inventory folder tests | Sean Dague | 1 | -10/+55 | |
2008-09-11 | add some folder create and list tests | Sean Dague | 1 | -1/+40 | |
2008-09-11 | added simple add / exists folder check | Sean Dague | 1 | -0/+41 | |
2008-09-11 | add a few more SQLite Asset tests. | Sean Dague | 1 | -3/+31 | |
2008-09-10 | added very basic stubs for User and Inventory db creates and empty | Sean Dague | 2 | -0/+146 | |
calls to make sure they worked | |||||
2008-09-10 | fix typo in name of test db | Sean Dague | 1 | -1/+1 | |
2008-09-10 | add basic sniff tests for SQLite Asset store. Initializes a db, | Sean Dague | 1 | -0/+91 | |
stores an asset, fetches that asset, make sure it has the name we gave it. All simple stuff, but should catch the more egregious breaks. |