mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
9bae641ac4
### Description The inherited roles integration tests were behind a flag, and its corresponding fixture, presumably to avoid enabling the option globally. However, #2288 introduced a new test using inherited roles that was not gated behind the flag, which fails when run with `dev.sh`. However, that test works on CI... because inherited roles are globally enabled there. Consequently, this PR: - globally enables inherited roles in dev.sh - removes the flag and the associated fixture https://github.com/hasura/graphql-engine-mono/pull/2358 Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com> GitOrigin-RevId: ebfa6754873324bed15b2cc5e37ec2d8008e8f8d |
||
---|---|---|
.. | ||
mssql-server-2019-CU10-ubuntu-20.04 | ||
pgbouncer | ||
postgres-12.0-alpine-postgis3 | ||
postgres-13.0-alpine-postgis3 | ||
server-upgrade-downgrade | ||
.gitignore | ||
base.dockerfile | ||
build-docker-image.sh | ||
ciignore.sh | ||
cli-builder.dockerfile | ||
cli-migrations-builder.dockerfile | ||
config.yml | ||
console-builder.dockerfile | ||
deploy.sh | ||
deployer.dockerfile | ||
extension-cli-builder.dockerfile | ||
install-cli-builder-deps.sh | ||
README.md | ||
release_notes.template.md | ||
server-builder.dockerfile | ||
server-test-names.txt | ||
test-console.sh | ||
test-deprecated-server-flags.sh | ||
test-server-flags.sh | ||
test-server.sh |
TODO(swann): write this out better
Any tests in test-server.sh
should also have their names added to
server-test-names.txt
, otherwise the CI pipelines will not run them.