-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Tests occur in a build, and builds happen in a checkout, and checkouts have an origin. If tests have a build_id that doesn't belong to any build in the database, then we can't tell which origin a test is from.
Problem: When tests are not related to an existing build (or are related to a build but the build is not related to an existing checkout) - here called as an "independent test" - they don't have a direct way to check for its origin, and the test status history doesn't load.
Expected behaviour: the test status history should load even if it doesn't have an origin
Example: test details page
Possible solution: change the test status history endpoint to allow for a None origin and don't join for origins when performing the query
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Todo