diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-09-25 19:28:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-25 19:28:23 +0000 |
commit | 857e086044637992fe7ba69e8bd423805c329ad7 (patch) | |
tree | 551168c7b3b6e81182c57e9dfd15732dcaf4c20d /feature-state-management/src/test/resources/feature-state-management.properties | |
parent | 872ca20525796cb1de950f78f573cda92073a694 (diff) | |
parent | 2b2d21fd2761ceab9faa50f224b1d136f3b36d34 (diff) |
Merge "Incr State Mgmt Code Coverage"
Diffstat (limited to 'feature-state-management/src/test/resources/feature-state-management.properties')
-rw-r--r-- | feature-state-management/src/test/resources/feature-state-management.properties | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/feature-state-management/src/test/resources/feature-state-management.properties b/feature-state-management/src/test/resources/feature-state-management.properties index 7b4a697e..64c7c660 100644 --- a/feature-state-management/src/test/resources/feature-state-management.properties +++ b/feature-state-management/src/test/resources/feature-state-management.properties @@ -56,19 +56,25 @@ max_fpc_update_interval=120 # forwardprogressentity table and marks the node as disabled/failed in the statemanagemententity # table. NOTE! It will only run on nodes that have a standbystatus = providingservice. # A value of <= 0 will turn off the state audit. -state_audit_interval_ms=60000 +state_audit_interval_ms=-1000 # The refresh state audit is run every (default) 10 minutes (600000 ms) to clean up any state corruption in the # DB statemanagemententity table. It only refreshes the DB state entry for the local node. That is, it does not # refresh the state of any other nodes. A value <= 0 will turn the audit off. Any other value will override # the default of 600000 ms. -refresh_state_audit_interval_ms=600000 +refresh_state_audit_interval_ms=-1000 # Repository audit properties # Flag to control the execution of the subsystemTest for the Nexus Maven repository -repository.audit.is.active=false +repository.audit.is.active=true repository.audit.ignore.errors=true +# Timeout in seconds +repository.audit.timeout=5 +repository.audit.id=statemanagement +repository.audit.url=jdbc:h2:file:./sql/statemanagement +repository.audit.username=sa +repository.audit.password= # DB Audit Properties # Flag to control the execution of the subsystemTest for the Database -db.audit.is.active=false +db.audit.is.active=true |