Skip to content

Conversation

@catoverdrive
Copy link
Contributor

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.

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/
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.<

Copy link
Contributor

@danking danking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@danking danking merged commit 06b5a9a into hail-is:main Oct 1, 2020
danking pushed a commit to danking/hail that referenced this pull request Oct 1, 2020
danking added a commit that referenced this pull request Oct 1, 2020
danking pushed a commit to danking/hail that referenced this pull request Oct 1, 2020
* [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
danking added a commit that referenced this pull request Oct 1, 2020
* [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>
danking pushed a commit to danking/hail that referenced this pull request Oct 7, 2020
danking added a commit that referenced this pull request Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants