Skip to content

Commit

Permalink
Merge pull request #839 from jt-nti/1889-rest-cache
Browse files Browse the repository at this point in the history
Add CPS property cache
  • Loading branch information
jt-nti authored Oct 24, 2024
2 parents bda33e0 + 3c358ea commit 4baddee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/markdown-pages/docs/ecosystem/ecosystem-manage-cps.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ When running tests in the Galasa Ecosystem, where tests are run on a Kubernetes

You can set, retrieve and delete properties that are held in the CPS by using the `galasasctl properties` commands. The ability to manage these properties directly makes it easier for testers to set parameters and credentials on the Ecosystem for tests to read and use at runtime. System administrators can use the CLI to set Ecosystem-wide configuration properties after Ecosystem installation.

By default, properties are are always retrieved from the REST service individually during test class runs.
If the amount of network requests to retrieve properties from the CPS causes any problems, you can enable a cache by setting the `framework.cps.rest.cache.is.enabled` property to `true`.
When the cache is enabled, all CPS properties are loaded at the start of a test class run.


## About the Configuration Properties Store

Expand Down

0 comments on commit 4baddee

Please sign in to comment.