Confirmed users
513
edits
Klahnakoski (talk | contribs) |
Klahnakoski (talk | contribs) |
||
Line 33: | Line 33: | ||
* '''Replicate''' - Each test is executed (replicated) multiple times, and the result stored in an array. Each result is called a "replicate", and the array of results is usually referred to as "the replicates". | * '''Replicate''' - Each test is executed (replicated) multiple times, and the result stored in an array. Each result is called a "replicate", and the array of results is usually referred to as "the replicates". | ||
* '''Sub-Test''' - A test should be an atom, but unfortunately some tests bundle yet-deeper-but-unnamed tests into their replicates. These buried tests are called "sub-tests". To handle the sub-tests, the replicates are further ETLed into normal tests for dzAlerts to digest. [https://wiki.mozilla.org/Auto-tools/Projects/Alerts#Dromeao.2A_ETL more below] | * '''Sub-Test''' - A test should be an atom, but unfortunately some tests bundle yet-deeper-but-unnamed tests into their replicates. These buried tests are called "sub-tests". To handle the sub-tests, the replicates are further ETLed into normal tests for dzAlerts to digest. [https://wiki.mozilla.org/Auto-tools/Projects/Alerts#Dromeao.2A_ETL more below] | ||
* '''Time Series''' - A statistic from a family of test results which can reasonably be compared to each other, and sorted by time (usually by push date). | |||
== General Design == | == General Design == |