Dario
Dario
How could we do/execute test in order to test and share results over postgres 14 support? Is there any suite? tools? guide?
The chmod tip worked. But, I would just check the original owner, change to your user, and rollback the change ls -ltrad /opt/sqldeveloper (usually root) sudo chown -R larry_e /opt/sqldeveloper...
Oka. No an official answer so far. But I dug a little and I've found: https://github.com/keycloak/keycloak/blob/main/docs/tests-db.md So, there is a test suit to run against several engines. I think that...
### Caveat emptor: "CRASH COURSE ON TESTING FOR PEOPLE THAT DON'T WANT TO KNOW, JUST DO" Anyway, you have to read at least this: https://github.com/keycloak/keycloak/blob/16.1.1/docs/tests.md https://github.com/keycloak/keycloak/blob/16.1.1/docs/building.md Validate this: ``` mvn...