graphql-engine/server/tests-py/fixtures
Samir Talwar 44ad07eeab server/tests-py: Fix up the Redis tests so they run.
This fixes the existing tests around query caching and other Redis-related behaviors so they actually run.

Some of the tests still fail because of a couple of bugs, but the error messages are now meaningful.

They do not yet run in CI. We will enable them once they are fixed.

I added a bit of extra logging; we now log the Redis server host and port. I also left in the `Show` instance derivations I used for debugging, as I don't think they'll harm anything and might be useful in the future.

The changes are as follows:

1. I added a `redis` server to the tests and configured both HGE and the test runner to talk to it.
2. I fixed up the action tests so they set up and tear down correctly, including a fix to the output type of the action.
3. Caching has been implemented for actions with client header forwarding, so I have changed the test accordingly.
4. Tests now fail correctly if the response headers are wrong but the body is correct.
5. I have updated the keys in the response headers as the algorithm for generating them seems to have changed.
6. A few improvements have been made to the Python tests to handle lint warnings and improve logging.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10839
GitOrigin-RevId: 5d31a376346190b5c7b398b4dee84b88a9d1b18b
2024-05-28 15:12:10 +00:00
..
hge.py server/tests-py: Fix up the Redis tests so they run. 2024-05-28 15:12:10 +00:00
jwt.py server: add support for ES-* ( ES256, ES384 and ES512) algorithms for signing the JWT 2023-06-08 09:27:42 +00:00
postgres.py server/tests-py: Fix up the Redis tests so they run. 2024-05-28 15:12:10 +00:00
tls.py server/tests-py: Enable TLS tests in parallel mode on CI. 2023-02-08 14:42:27 +00:00
webhook.cnf server/tests-py: Start webhook.py inside the test harness. 2022-10-20 19:00:01 +00:00