Skip to content

Commit

Permalink
[HWKMETRICS-514] update server config for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed Nov 3, 2016
1 parent 13c7d64 commit 9f910f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/ptranslator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@
<commmand>
/subsystem=infinispan/cache-container=hawkular-alerts/local-cache=schema/:add(indexing=NONE,start=LAZY)
</commmand>
<commmand>
/subsystem=infinispan/cache-container=hawkular-alerts/local-cache=locks/:add(indexing=NONE,start=LAZY)
</commmand>
</commands>
</executeCommands>
</configuration>
Expand Down
3 changes: 3 additions & 0 deletions integration-tests/rest-tests-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@
<commmand>
/subsystem=infinispan/cache-container=hawkular-alerts/local-cache=schema/:add(indexing=NONE,start=LAZY)
</commmand>
<commmand>
/subsystem=infinispan/cache-container=hawkular-alerts/local-cache=locks/:add(indexing=NONE,start=LAZY)
</commmand>
</commands>
</executeCommands>
</configuration>
Expand Down

0 comments on commit 9f910f7

Please sign in to comment.