]> xenbits.xensource.com Git - xcp/xen-api.git/commit
Add a component-level test for the database server subcomponent.
authorDavid Scott <dave.scott@eu.citrix.com>
Wed, 26 Jan 2011 17:39:05 +0000 (17:39 +0000)
committerDavid Scott <dave.scott@eu.citrix.com>
Wed, 26 Jan 2011 17:39:05 +0000 (17:39 +0000)
commit45e6a03dc862e2bdee222e61bbea874972c9f49a
tree83b89a3f76b8494c7e46ae14d33ec7afa2067dbf
parent1e1c00699935f9a4c52f334c52243fab2b34521f
Add a component-level test for the database server subcomponent.

Signed-off-by: David Scott <dave.scott@eu.citrix.com>
50 files changed:
ocaml/database/OMakefile
ocaml/database/backend_xml.ml
ocaml/database/database_server_main.ml [new file with mode: 0644]
ocaml/database/database_test.ml [new file with mode: 0644]
ocaml/database/db_cache.ml
ocaml/database/db_cache_impl.ml [new file with mode: 0644]
ocaml/database/db_cache_impl.mli [new file with mode: 0644]
ocaml/database/db_cache_types.ml
ocaml/database/db_cache_types.mli
ocaml/database/db_connections.ml
ocaml/database/db_exn.ml
ocaml/database/db_filter_types.ml
ocaml/database/db_interface.ml [new file with mode: 0644]
ocaml/database/db_remote_cache_access.ml [deleted file]
ocaml/database/db_remote_cache_access_v1.ml [new file with mode: 0644]
ocaml/database/db_remote_cache_access_v1.mli [new file with mode: 0644]
ocaml/database/db_remote_cache_access_v2.ml [new file with mode: 0644]
ocaml/database/db_remote_cache_access_v2.mli [new file with mode: 0644]
ocaml/database/db_remote_marshall.ml [deleted file]
ocaml/database/db_rpc_client_v1.ml [new file with mode: 0644]
ocaml/database/db_rpc_client_v1.mli [new file with mode: 0644]
ocaml/database/db_rpc_client_v2.ml [new file with mode: 0644]
ocaml/database/db_rpc_client_v2.mli [new file with mode: 0644]
ocaml/database/db_rpc_common_v1.ml [new file with mode: 0644]
ocaml/database/db_rpc_common_v2.ml [new file with mode: 0644]
ocaml/database/eventgen.ml
ocaml/database/master_connection.ml
ocaml/database/unit_test_marshall.ml
ocaml/db_process/xapi-db-process.ml
ocaml/idl/constants.ml
ocaml/idl/datamodel.ml
ocaml/idl/ocaml_backend/OMakefile
ocaml/idl/ocaml_backend/exnHelper.ml
ocaml/idl/ocaml_backend/gen_db_actions.ml
ocaml/xapi/console.ml
ocaml/xapi/db.ml
ocaml/xapi/db_gc.ml
ocaml/xapi/helpers.ml
ocaml/xapi/import_raw_vdi.ml
ocaml/xapi/message_forwarding.ml
ocaml/xapi/monitor_dbcalls.ml
ocaml/xapi/monitor_self.ml
ocaml/xapi/pool_db_backup.ml
ocaml/xapi/redo_log_usage.ml
ocaml/xapi/workload_balancing.ml
ocaml/xapi/xapi.ml
ocaml/xapi/xapi_fuse.ml
ocaml/xapi/xapi_pool_transition.ml
ocaml/xapi/xapi_vm_placement.ml
ocaml/xapi/xapi_vm_snapshot.ml