graphql-engine/.circleci/server-test-names.txt
Samir Talwar ffa3f5e3cc server/tests-py: Remove test_horizontal_scale.py.
This removes *test_horizontal_scale.py*, which tests horizontal scaling by running some tests against two HGE servers, both talking to PgBouncer.

This doesn't really test HGE; it's testing whether PgBouncer guarantees the same level of consistency as PostgreSQL. I'm not convinced that it's worthwhile, so I am deleting it.

[NDAT-542]: https://hasurahq.atlassian.net/browse/NDAT-542?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8821
GitOrigin-RevId: 2029f2fea11c7fd58ed47e724cb3cd50e67d5a43
2023-04-20 09:28:15 +00:00

59 lines
1.7 KiB
Plaintext

# This file lists the various test suites that can be run in order to fully
# exercise HGE server with the Python tests. They are split into suites based
# on how HGE needs to be started.
#
# To run them, the relevant name is passed to test-server.sh, which then starts
# HGE in the correct fashion and runs the appropriate tests.
#
# We *also* have a new way of running the Python tests, in which each test
# starts HGE with the appropriate configuration. This file is not used there, as
# we run all the tests at once.
#
# Some of the below test suites are commented out. These are the tests that
# are fully covered by the new style, and are therefore duplicated here.
#
# ================================================================
#
# no-auth
# admin-secret
# admin-secret-unauthorized-role
# read-only-db
# jwt-rs512
# jwt-ed25519
# jwt-stringified
# jwt-audience-check-single-string
# jwt-audience-check-list-string
# jwt-issuer-check
# jwt-with-claims-namespace-path
# jwt-claims-map-with-json-path-values
# jwt-claims-map-with-literal-values
# jwt-with-expiry-time-leeway
# jwt-cookie
# jwt-cookie-unauthorized-role
# cors-domains
# auth-webhook-cookie
# ws-init-cookie-read-cors-enabled
# ws-init-cookie-noread
# ws-init-cookie-read-cors-disabled
# ws-graphql-api-disabled
# ws-metadata-api-disabled
# remote-schema-permissions
# function-permissions
# roles-inheritance
# naming-conventions
# streaming-subscriptions
# remote-schema-https
# query-caching
# query-logs
# startup-db-calls
# webhook-request-context
# post-webhook
# get-webhook
# insecure-webhook
# insecure-webhook-with-admin-secret
# apollo-federation
# allowlist-queries
# jwk-url
# horizontal-scaling
# developer-api-tests