Commit Graph

92 Commits (387e9f7a7faeb412054383080afc3507a1522746)

Author SHA1 Message Date
Justin Clark-Casey (justincc) 4c560df8ac If running tests manually, fail immediately on error 2009-09-04 19:22:09 +01:00
Justin Clark-Casey (justincc) d810ad9e91 If a test dll fails when manually run, stop immediately rather than trying all the other test dlls 2009-09-04 18:51:25 +01:00
Sean Dague 9bd0106333 some more tooling around on nant / nunit to make it a bit cleaner 2009-09-03 14:55:54 -04:00
Justin Clark-Casey (justincc) 64fa23df7c If a test dll fails, stop immediately rather than trying all the other test dlls
This is very useful behaviour if debugging test failures otherwise it's hard to pick out the test output
Also, some minor method shuffling in the iar module
2009-09-03 19:41:38 +01:00
Sean Dague 7e9b12ac80 change the nunit detection code 2009-08-31 20:26:16 -04:00
Sean Dague cc30fce49f change regular test target to use nunit exec mode
detect if you have nunit-console2 or nunit-console and use the appropriate one
2009-08-31 20:15:20 -04:00
Sean Dague 1bc430ca86 add some fail detection to the new test-xml target 2009-08-31 17:54:51 -04:00
Sean Dague 441518bad6 change the way the unit tests are run in the hopes of greater stability 2009-08-31 17:44:52 -04:00
Sean Dague d35c86928d remove the bamboo build file, bamboo is dead, long live panda :) 2009-04-22 12:23:00 +00:00
Sean Dague 0da7c8a78c turn back on fail on error, otherwise we don't end up knowing that we
missed tests.
2009-04-19 19:32:42 +00:00
Sean Dague ced15d6d83 turn off failonerror for the text-xml target, which should make picking
up the fail points easier.
2009-04-19 15:37:54 +00:00
Sean Dague 04846bf919 don't build the snapshot builds, if you want experimental, you need to
know how to use a compiler.
2009-04-13 22:54:59 +00:00
Sean Dague cf18eae9f2 comment out ode tests for now, as I can't get these to run manually on
the opensim box.
2009-04-13 22:29:26 +00:00
Homer Horwitz 5e36a23202 Update bamboo build to 0.6.4 2009-04-05 18:24:49 +00:00
Sean Dague 6d48c2422e set MONO_THREADS_PER_CPU for the test runs, see if this makes the
breaks happen less randomly.
2009-03-30 18:49:01 +00:00
Dahlia Trimble 756d49d3db update version number for bamboo zip file output 2009-02-24 06:23:28 +00:00
Sean Dague 8e7f1279bd * Forgot to fix bamboo.build for the new ScriptEngine Tests
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2009-02-12 18:23:05 +00:00
Sean Dague 058ec414b4 * Added XEngine tests and gathered other ScriptEngine
Tests together

From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2009-02-12 17:02:54 +00:00
Dr Scofield 180be7de07 this is step 2 of 2 of the OpenSim.Region.Environment refactor.
NOTHING has been deleted or moved off to forge at this point.  what
has happened is that OpenSim.Region.Environment.Modules has been split
in two:

- OpenSim.Region.CoreModules: all those modules that are either
  directly or indirectly referenced from  other  OpenSim packages, or
  that provide functionality that the OpenSim developer community
  considers core functionality:

      CoreModules/Agent/AssetTransaction
      CoreModules/Agent/Capabilities
      CoreModules/Agent/TextureDownload
      CoreModules/Agent/TextureSender
      CoreModules/Agent/TextureSender/Tests
      CoreModules/Agent/Xfer
      CoreModules/Avatar/AvatarFactory
      CoreModules/Avatar/Chat/ChatModule
      CoreModules/Avatar/Combat
      CoreModules/Avatar/Currency/SampleMoney
      CoreModules/Avatar/Dialog
      CoreModules/Avatar/Friends
      CoreModules/Avatar/Gestures
      CoreModules/Avatar/Groups
      CoreModules/Avatar/InstantMessage
      CoreModules/Avatar/Inventory
      CoreModules/Avatar/Inventory/Archiver
      CoreModules/Avatar/Inventory/Transfer
      CoreModules/Avatar/Lure
      CoreModules/Avatar/ObjectCaps
      CoreModules/Avatar/Profiles
      CoreModules/Communications/Local
      CoreModules/Communications/REST
      CoreModules/Framework/EventQueue
      CoreModules/Framework/InterfaceCommander
      CoreModules/Hypergrid
      CoreModules/InterGrid
      CoreModules/Scripting/DynamicTexture
      CoreModules/Scripting/EMailModules
      CoreModules/Scripting/HttpRequest
      CoreModules/Scripting/LoadImageURL
      CoreModules/Scripting/VectorRender
      CoreModules/Scripting/WorldComm
      CoreModules/Scripting/XMLRPC
      CoreModules/World/Archiver
      CoreModules/World/Archiver/Tests
      CoreModules/World/Estate
      CoreModules/World/Land
      CoreModules/World/Permissions
      CoreModules/World/Serialiser
      CoreModules/World/Sound
      CoreModules/World/Sun
      CoreModules/World/Terrain
      CoreModules/World/Terrain/DefaultEffects
      CoreModules/World/Terrain/DefaultEffects/bin
      CoreModules/World/Terrain/DefaultEffects/bin/Debug
      CoreModules/World/Terrain/Effects
      CoreModules/World/Terrain/FileLoaders
      CoreModules/World/Terrain/FloodBrushes
      CoreModules/World/Terrain/PaintBrushes
      CoreModules/World/Terrain/Tests
      CoreModules/World/Vegetation
      CoreModules/World/Wind
      CoreModules/World/WorldMap

- OpenSim.Region.OptionalModules: all those modules that are not core
  modules:

      OptionalModules/Avatar/Chat/IRC-stuff
      OptionalModules/Avatar/Concierge
      OptionalModules/Avatar/Voice/AsterixVoice
      OptionalModules/Avatar/Voice/SIPVoice
      OptionalModules/ContentManagementSystem
      OptionalModules/Grid/Interregion
      OptionalModules/Python
      OptionalModules/SvnSerialiser
      OptionalModules/World/NPC
      OptionalModules/World/TreePopulator
2009-02-10 13:10:57 +00:00
Justin Clarke Casey f95b8b3863 * Reinstate tests that are now in CoreModules 2009-02-09 15:57:53 +00:00
Justin Clarke Casey fae20712a9 * reinstate OpenSim/Region/Framework/Scenes/Tests
* should bring us back up to 240 tests
2009-02-06 21:37:10 +00:00
Teravus Ovares 6ad6b9817c * Attempting to add ode tests one more time.. this time with .config autodetection...... 2008-12-22 22:15:22 +00:00
Teravus Ovares 15dde1ff4a * Make build work again while working on a different strategy. 2008-12-22 21:01:56 +00:00
Teravus Ovares 35226ee38c * Add odeplugin to the nant locals.. 2008-12-22 20:53:23 +00:00
Teravus Ovares d1ee5a1db9 * attempt 3 for ODEPlugin Tests 2008-12-22 20:18:18 +00:00
Teravus Ovares 58de1bfdf5 * hide test for the moment. 2008-12-22 19:25:51 +00:00
Teravus Ovares 31614a3625 * attempt 2 for ODE Tests 2008-12-22 19:15:24 +00:00
Teravus Ovares c67bc4bf6a * attempt at adding ODEPlugin testing part duex. This may cause the build to fail if I didn't do it properly.. crossing fingers. 2008-12-22 19:03:09 +00:00
Justin Clarke Casey 6c83702f15 * Actually add the new user profile cache tests to the bamboo ci build 2008-12-12 20:21:41 +00:00
Justin Clarke Casey 93977c2d47 * Establish OpenSim.Framework.Communications.Tests beachhead
* No valid tests yet
2008-12-10 17:43:45 +00:00
Justin Clarke Casey e0262d4235 * See if we can make bamboo test log information more verbose 2008-11-20 17:38:22 +00:00
Sean Dague 66ca0ffd37 update autobuilder to 0.6.1
From: Sean Dague <sdague@gmail.com>
2008-11-10 22:09:14 +00:00
Sean Dague 09d44612aa fix nant file break
From: Sean Dague <sdague@gmail.com>
2008-10-30 13:04:58 +00:00
Sean Dague 0d2487d8a9 - Inserted code coverage monocov. To run do nant test-cov.
Creates a new directory cov and exports to html files in
  subdirectories.

From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2008-10-30 12:55:56 +00:00
Sean Dague 2e8730055b - Final fixes to the code coverage test (nant test-cov).
Observation: Monocov currently works only with mono
  1.2.x, implementation will be halted until it supports
  mono 2.0. Will be left in tree for future development.
2008-10-22 17:45:49 +00:00
Sean Dague 50180984fa - Inserted code coverage monocov. To run do nant test-cov.
Creates a new directory cov and exports to html files in
  subdirectories.
2008-10-22 17:45:43 +00:00
Justin Clarke Casey 4c72c3542a * well, apparantly we're actually 0.5.11 instead - who knew? 2008-10-09 18:36:39 +00:00
Justin Clarke Casey 45c74316d6 2008-10-09 18:34:28 +00:00
Justin Clarke Casey 919d907a3d * Create project for LindenUDP ClientStack tests
* No functional tests yet
2008-10-09 16:52:33 +00:00
Dr Scofield a1f3409032 cleaning up OSHttpRequest removing old Http stuff. also adding test
case for OSHttpRequest (not very fancy yet, but still).
2008-10-06 19:42:03 +00:00
Teravus Ovares f36fab7e33 * Update the bamboo build to not copy the custom libode.so out of my home directory on the server.. as it's no longer there. 2008-09-26 08:35:21 +00:00
Mike Mazur 8b1edb6292 -remove Common.Tests from nant.local
-add MySQL tests to test-xml target in nant.local
2008-09-24 23:35:17 +00:00
Sean Dague a060b24322 another try an lighting the mysql tests, to see if bamboo breaks 2008-09-24 11:16:50 +00:00
Sean Dague 1aab81e235 couple of minor test cleanups to see if this gets us past the bamboo hump 2008-09-23 21:56:38 +00:00
Sean Dague e4dd526b0d trying to force bamboo to have a clean working tree on each go around 2008-09-23 21:02:58 +00:00
Sean Dague 32a98c3f87 remove the bamboo line to see if this fixes things 2008-09-23 19:23:32 +00:00
Sean Dague 908f1bcbe2 check in stubbing for mysql tests. This is ignored with
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-23 18:38:25 +00:00
Sean Dague 6238c0f33b add doxygen target 2008-09-11 15:18:02 +00:00
Mike Mazur 2dae0291c5 Add file containing output of `svn info` into .zip and .tar.gz files
found at http://builds.opensimulator.org/
2008-09-11 08:25:38 +00:00
Sean Dague 4f279c0b3e break the rsync line because bamboo doesn't accept it in the comment field 2008-09-10 18:29:01 +00:00