-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the fixtures for scoring of signal bug probe#2627 (#842)
* Add correct fixture for bug 2627 * Correct the fixtures for scoring of bug 2627 * The integration test was using as a fixture measurement from before the incident (https://explorer.ooni.org/m/20210427000432.751743_AU_signal_490428d8ebc76e6b), but was expecting it to be marked as failed * The unit test was using a measurement that was from a newer version of probe (https://explorer.ooni.org/measurement/20221118T104419Z_signal_IT_30722_n1_Q02UUAiiHlVU0VE6), which should not be marked as failed either As part of #831 we improved the logic for scoring to be more precise and so these checks were now failing. We now use in both cases a correct "bad case" and in the unit test we also include the previous case as a "good case". * Apply path filters to fastpath and legacy API tests * Add clickhouse-driver to requirement.txt
- Loading branch information
Showing
6 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: test fastpath | ||
on: | ||
push: | ||
branches: | ||
- master | ||
paths: | ||
- 'fastpath/**' | ||
|
||
jobs: | ||
test: | ||
|
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ boto3 | |
gunicorn | ||
psycopg2-binary | ||
# systemd <- This is an optional requirement on linux | ||
clickhouse-driver |