-
Notifications
You must be signed in to change notification settings - Fork 258
[query] add hailctl function to set global flags #9506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| assert n == 17 | ||
| EOF | ||
| HAIL_BILLING_PROJECT=test HAIL_DONT_RETRY_500=1 HAIL_QUERY_BACKEND=service python3 test.py | ||
| HAIL_BILLING_PROJECT=test HAIL_DONT_RETRY_500=1 HAIL_QUERY_BACKEND=service python3 -m pytest --log-cli-level=INFO -s -vv --instafail --durations=50 /io/test/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you forgot to check in the test file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.<
danking
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This reverts commit 06b5a9a.
* [query] add hailctl function to set global flags * fix * actually check in test file * fix checks * actually fix check * more fixes * gotta run query tests with dev account because flags are dev-only * add to billing project, fix * fix test
* [query] add hailctl function to set global flags (#9506) * [query] add hailctl function to set global flags * fix * actually check in test file * fix checks * actually fix check * more fixes * gotta run query tests with dev account because flags are dev-only * add to billing project, fix * fix test * use a sql migration Co-authored-by: Arcturus Wang <wang@broadinstitute.org>
This was missing in hail-is#9532 / hail-is#9506
I wanted a quick way to set global feature flags on the service backend. Also took the opportunity to move query tests into their own file.