Lee Surprenant
Lee Surprenant
Integration test com.ibm.fhir.server.test.examples needs to be updated to monitor for error messages
hmm, there must still be some way that we're not picking up the errors because in a recent test I noted the following output: ``` INFO: Processing index 'MINIMAL_JSON' Error:...
Integration test com.ibm.fhir.server.test.examples needs to be updated to monitor for error messages
Options: A. update fhir-server-config to prevent `create` interactions for one or more resource types. this should result in 4xx errors for the corresponding example creates. this should fail the tests...
somewhat related: i think we should have this simple flavor of the command documented somewhere near the top. currently we walk through a lot of detail about how it works...
I hit this one again during a recent CI run. Seems pretty rare so I still think its low priority, but I want to make sure its tracked somewhere and...
The persistence tool already supports it. What we need is a way to drive that from the cli, good documentation for that, and testing.
Note: this could inhibit our ability to handle the `:contained` search parameter modifier where an unsupported resource type is contained within a supported one.
As part of this one we should also revisit JDBCIdentityCache.getResourceTypeNames and its callers. Currently I think it returns Resource and DomainResource but it probably shouldn't?
> The persistence tool already supports it. What we need is a way to drive that from the cli, good documentation for that, and testing. I added that as an...
Actually, it looks like `keycloak.postgresql.fullname` is wrong even if I don't use a nameOverride. It results in service names like: * r1-mine * r1-mypostgres * r1-mypostgres-headless * r1-keycloak-http * r1-keycloak-headless...
Any plans to look into this? If I sent a PR to address it (probably by using https://stackoverflow.com/a/69515809/161022 to construct the service name from the postgresql subchart--assuming that works), would...