-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from TranslatorSRI/query_runner
Query runner
- Loading branch information
Showing
9 changed files
with
635 additions
and
172 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 |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
__pycache__ | ||
*.egg-info | ||
logs/ | ||
*.log | ||
scripts/ | ||
.env |
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,7 +7,7 @@ | |
|
||
setup( | ||
name="sri-test-harness", | ||
version="0.1.15", | ||
version="0.2.0", | ||
author="Max Wang", | ||
author_email="[email protected]", | ||
url="https://github.com/TranslatorSRI/TestHarness", | ||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Test Query Runner | ||
|
||
Acceptance Tests | ||
- Test Cases will be a single query | ||
- Test Assets will have different output curies and expected outputs | ||
|
||
Performance Tests | ||
- Test Assets will be separate queries | ||
- It's assumed that all test assets in a single test case are unique, or that any duplicates will be run together as a single query | ||
- Each Test Case can have an overall timeout for overall pass/fail, or maybe it's a green/yellow/red based on how long it takes from the ARS, and then each ARA will have outputs for each run query | ||
- Test Assets for the Utilities should be full responses stored in the Tests repo | ||
|
||
Benchmark Tests | ||
- Test Assets can be separate queries | ||
- Each Test Case is a full benchmark | ||
|
||
Validation Tests | ||
- Can be run on any existing response |
Oops, something went wrong.