Open
Conversation
add test helpers from oonimeasurements: create_jwt, create_session_token, client_with_admin_role, client_with_user_role FIXME: validation of session still fails, monkeypatch auth didn't seem to work
this is to preserve the keys in json response for backwards compatibility
update handler accepts either being None to differentiate behavior
api change in filelock 3.11.0 means that FileLock is not shared between threads by default
raises exception if lock was not held
This was referenced Feb 9, 2026
LDiazN
reviewed
Feb 12, 2026
LDiazN
reviewed
Feb 12, 2026
LDiazN
reviewed
Feb 12, 2026
LDiazN
reviewed
Feb 12, 2026
LDiazN
reviewed
Feb 12, 2026
LDiazN
reviewed
Feb 12, 2026
|
|
||
|
|
||
| @app.get("/health") | ||
| async def health( |
Contributor
There was a problem hiding this comment.
Is there anything here related to the github-specific configs that we should be health-checking?
LDiazN
reviewed
Feb 12, 2026
use static typing for references to clickhouse
…ve boto3 as a dependency
Contributor
Author
|
whoops moving those dependencies creates an additional library dependency in each service |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (88.70%) is below the target coverage (95.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #1081 +/- ##
==========================================
- Coverage 92.99% 88.70% -4.29%
==========================================
Files 75 27 -48
Lines 6155 1842 -4313
Branches 394 84 -310
==========================================
- Hits 5724 1634 -4090
+ Misses 355 186 -169
+ Partials 76 22 -54
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds test-lists.ooni.org backend; replaces #1057 (renames service to testlists)