Alon Bar-Lev has uploaded a new change for review.

Change subject: doc: rename engine_dao database to engine_dao_tests
......................................................................

doc: rename engine_dao database to engine_dao_tests

Change-Id: I8e71806a4fe336797c9ae92a08b746884337bd80
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M README.developer
1 file changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/08/16308/1

diff --git a/README.developer b/README.developer
index 879bb7a..0981cb5 100644
--- a/README.developer
+++ b/README.developer
@@ -185,24 +185,26 @@
 
 Create empty database for DAO tests refer to DATABASE CREATION.
 
-Provided user is 'engine', password is 'engine' and database is engine_dao.
+Provided user is 'engine', password is 'engine' and database
+is engine_dao_tests.
 
 Create empty schema (one time):
 
 $ PGPASSWORD=engine \
-    ./backend/manager/dbscripts/create_schema.sh -d engine_dao -u engine
+    ./backend/manager/dbscripts/create_schema.sh \
+        -d engine_dao_tests -u engine
 
 Upgrade schema (when needed):
 
 $ PGPASSWORD=engine \
-    ./backend/manager/dbscripts/upgrade.sh -u engine -d engine_dao
+    ./backend/manager/dbscripts/upgrade.sh -u engine -d engine_dao_tests
 
 Run build as:
 
 $ make maven BUILD_GWT=0 BUILD_UT=1 EXTRA_BUILD_FLAGS="-P enable-dao-tests \
     -D engine.db.username=engine \
     -D engine.db.password=engine \
-    -D engine.db.url=jdbc:postgresql://localhost/engine_dao"
+    -D engine.db.url=jdbc:postgresql://localhost/engine_dao_tests"
 
 RPM PACKAGING
 


-- 
To view, visit http://gerrit.ovirt.org/16308
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8e71806a4fe336797c9ae92a08b746884337bd80
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to