During integration testing, it is useful to make rapid search history queries, but unless this flag can be configured we are forced to use the default of waiting 1 minute for the history cache to clear. Instead, during integration test we should always be getting the actual data from the db.
Reopening this old PR after addressing changes https://github.com/hapifhir/hapi-fhir-jpaserver-starter/pull/500
Resolves this issue https://github.com/hapifhir/hapi-fhir-jpaserver-starter/issues/433
During integration testing, it is useful to make rapid search history queries, but unless this flag can be configured we are forced to use the default of waiting 1 minute for the history cache to clear. Instead, during integration test we should always be getting the actual data from the db.