975
edits
No edit summary |
|||
| Line 6: | Line 6: | ||
The biggest change is how we store tests. Currently, a test id can give you test results in time:value intervals. In the new architecture a test id will only get you a description of that test, nothing more. | The biggest change is how we store tests. Currently, a test id can give you test results in time:value intervals. In the new architecture a test id will only get you a description of that test, nothing more. | ||
In order to get test data, you have to know the test AND build AND | In order to get test data, you have to know the test AND build AND machine you want results for. The current architecture assumes this based on test id. | ||
For example, let's assume you want test results for Tp3 tests. Querying graphs.mozilla.org/api/test gives you a list of tests by build and OS. | For example, let's assume you want test results for Tp3 tests. Querying graphs.mozilla.org/api/test gives you a list of tests by build and OS. | ||
==Documented endpoints== | ==Documented endpoints== | ||
edits