1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00
Commit Graph

692 Commits

Author SHA1 Message Date
Carlos Martín
ebfd201bdc feature #206: SQL Table creation queries modified to include IF NOT EXISTS 2010-05-06 16:07:46 +02:00
Ruben S. Montero
0bf7092ffc bug: memory leak when a VM has a wrong template 2010-05-06 00:24:29 +02:00
Carlos Martín
85be6f3f84 feature #206: DB xml dump of VMs with history items now works for both Sqlite and MySQL. 2010-05-06 00:16:38 +02:00
Carlos Martín
9d9686542c feature #192: Test for VM now check DB dump with history items. 2010-05-06 00:16:31 +02:00
Javi Fontan
7802103d2e Added mysql flag to sqcons 2010-05-05 19:26:35 +02:00
Ruben S. Montero
ce6116bf24 feature #206: New configuration parameters to select the DB backend 2010-05-05 00:21:28 +02:00
Constantino Vázquez Blanco
e9ba339e2b feature-#206: Rolling back augmented mad name size, mysql index cannot be over 1000 bytes 2010-05-04 18:52:04 +02:00
Tino Vázquez
0981af4673 feature-#206: Augmented mad names size 2010-05-04 18:38:30 +02:00
Carlos Martín
7f5e23d2c2 feature #192: one_auth file needed for the VNetwok tests. 2010-05-04 18:37:06 +02:00
Carlos Martín
3e4a7b7545 feature #206: SQL queries for HostPool compatible with both sqlite and mysql 2010-05-04 18:36:50 +02:00
Ruben S. Montero
b80e688d05 Merge branch 'feature-206' of dsa-research.org:one into feature-206 2010-05-04 12:17:31 +02:00
Carlos Martin
75112ebd06 feature #192: Tests now uses the same DB 2010-05-04 12:16:58 +02:00
Carlos Martin
6403aa05a4 bug #220: Leases do not overlap 2010-05-04 12:15:56 +02:00
Tino Vázquez
28c7f107db feature-#206: History is updated now, not inserted. 2010-05-03 19:29:08 +02:00
Tino Vázquez
445a92b5a1 feature-#192: Testing is not multithread, so removing locks as it masks some errors 2010-05-03 19:28:32 +02:00
Constantino Vázquez Blanco
56e49136e0 feature #206: Isolation of INSERT and REPLACE SQL queries for History objects 2010-05-03 19:13:37 +02:00
Constantino Vázquez Blanco
f91f9de99c feature-#206: Modified return value of VM pool allocate to comply with virtual definition 2010-05-03 17:21:35 +02:00
Carlos Martin and Ruben S. Montero
4f273d479f feature #206: Proper check of virtual network allocate return code 2010-05-03 16:04:48 +02:00
Carlos Martin and Ruben S. Montero
4fc8e5673e feature #192: Fix allocate rc check 2010-05-03 16:04:06 +02:00
Carlos Martin and Ruben S. Montero
63c4caec77 feature #206: More work on Vnet pool tests 2010-05-03 16:02:25 +02:00
Carlos Martin and Ruben S. Montero
9adc81d8f0 feature #206: Check Vnet update return codes 2010-05-03 16:01:22 +02:00
Carlos Martin and Ruben S. Montero
31dad56bfc feature #192: More tests for Vnet allocation. It also solves some bugs. 2010-05-03 15:57:52 +02:00
Carlos Martin
8349f1ac37 feature #206: VirtualNetworks now MySQL compliant 2010-05-03 13:13:47 +02:00
Carlos Martin
f27c991dfb feature #192: More checks for the PoolTest tests 2010-05-03 13:02:56 +02:00
Ruben S. Montero
c02612f77c feature #192: More options for the do_tests script 2010-05-03 00:00:42 +02:00
Ruben S. Montero
9f343f9d7a bug : Fix compilation bug for g++ 4.5.0 2010-05-03 00:00:05 +02:00
Carlos Martin
b2a8d1afc5 feature #192: VM tests don't need one_auth 2010-04-30 12:52:52 +02:00
Constantino Vázquez Blanco
3f9611e0ed feature #206: VM Template needs to be inserted, not inserted_replaced 2010-04-30 12:51:28 +02:00
Constantino Vázquez Blanco
eb07cd9425 feature #206: Isolation of INSERT and REPLACE SQL queries for VirtualMachine objects. 2010-04-29 18:11:04 +02:00
Carlos Martin and Ruben S. Montero
43efba9585 bug: Fix return code checks in RM 2010-04-28 18:50:27 +02:00
Carlos Martin
f48cf0b8c5 feature #192: Tests now can be run for sqlite and MySQL backends 2010-04-28 18:43:56 +02:00
Carlos Martin
8d882edf85 feature #206: User table definition is now MySQL compliant 2010-04-28 18:42:19 +02:00
Carlos Martin
3d702e012a feature #192: more tests for UserPool 2010-04-28 18:38:28 +02:00
Carlos Martin and Ruben S. Montero
7043f80c51 bug: better comments for the UserPool and erro returning oid in allocate 2010-04-28 18:37:45 +02:00
Carlos Martin
fb0dde0b9b feature #192: More tests for the HostPool class 2010-04-28 18:27:07 +02:00
Carlos Martin and Ruben S. Montero
321ee27472 bug : Rollback Host objects while inserting in DB, better comments for HostPool.h and return oid in method allocate 2010-04-28 18:25:43 +02:00
Constantino Vázquez Blanco
ec3184d1b0 feature-#192: Added additional CPPUNIT_ASSERT 2010-04-28 15:06:41 +02:00
Constantino Vázquez Blanco
0e1a364736 feature #206: Isolation of INSERT and REPLACE SQL queries for Host objects. 2010-04-28 15:00:07 +02:00
Constantino Vázquez Blanco
5cf9d453e1 feature #206: Formatting, indenting and commenting hosts clases 2010-04-27 17:42:37 +02:00
Constantino Vázquez Blanco
26c3d5b331 feature #206: Host table creation redefinition (only Sqlite compilant), host uniqueness defined by hostname and mads) 2010-04-27 13:16:42 +02:00
Carlos Martín
4d0d92ec46 feature #206: Isolation of INSERT and REPLACE SQL queries for User objects. 2010-04-26 18:29:31 +02:00
Carlos Martín
7418d6fa4f feature #206: Table creation redefinition (only Sqlite compilant) 2010-04-26 18:29:09 +02:00
Ruben S. Montero
e98aff5510 feature #192: Logs set to DEBUG level 2010-04-26 18:00:19 +02:00
Ruben S. Montero
4ce0599527 bug : better check for the pool initialization callback 2010-04-26 17:58:18 +02:00
Ruben S. Montero
a4e7bb25ec feature #192: Automate test execution 2010-04-26 17:23:16 +02:00
Carlos Martin and Ruben S. Montero
6d92d7152f feature #192: Tests for the Virtual Network 2010-04-26 00:37:03 +02:00
Ruben S. Montero
2f931aeadc bug : Network size should not be case sensitive 2010-04-26 00:23:27 +02:00
Ruben S. Montero
499562a19c bug : vnet get can fail with non exisiting network name 2010-04-25 23:31:09 +02:00
Ruben S. Montero
8836e4dcb7 bug: Wrong generation of one_auth file 2010-04-25 17:53:59 +02:00
Carlos Martin
f551d5bb5b feature #192: dump tests for VirtualMachinePool 2010-04-25 17:53:17 +02:00