Allon Mureinik has uploaded a new change for review. Change subject: core: Missing properties for DAO tests ......................................................................
core: Missing properties for DAO tests Added missing properties to the tests' engine.conf to avoid annoying stack traces being printed out when running with -Penable-dao-tests. Change-Id: I371aa390a380447014825f5197661a3516beff8d Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/dal/src/test/resources/engine.conf 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/44/18044/1 diff --git a/backend/manager/modules/dal/src/test/resources/engine.conf b/backend/manager/modules/dal/src/test/resources/engine.conf index 08e12a2..12c6dff 100644 --- a/backend/manager/modules/dal/src/test/resources/engine.conf +++ b/backend/manager/modules/dal/src/test/resources/engine.conf @@ -3,3 +3,5 @@ ENGINE_PKI_ENGINE_STORE=${ovirt-engine.config.base}/key.p12 ENGINE_PKI_ENGINE_STORE_PASSWORD=NoSoup4U ENGINE_PKI_ENGINE_STORE_ALIAS=1 +ENGINE_DB_CONNECTION_TIMEOUT=0 +ENGINE_DB_CHECK_INTERVAL=0 -- To view, visit http://gerrit.ovirt.org/18044 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I371aa390a380447014825f5197661a3516beff8d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
