Tests Order of Execution¶
The system executes tests according to the order that they are declared in any given JSON config file.
Test execution sequence¶
| Order | Execution | Applicable node types |
|---|---|---|
| 1 | All source keys for a data source process successfully. | All node types |
| 2 | Tests declared for the data source process in their defined order. | All node types |
| 3 | A container specified for the node processes successfully. | Container nodes |
| 4 | All sink keys for a data sink process successfully. | DataMapper and container nodes |
| 5 | Tests declared for the data sink process in their defined order. | DataMapper and container nodes |
| 6 | Tests in the node's notebook.json file process. |
All node types |