mimir-d
mimir-d
depends on #135 New feature: add a template function that gives access to current jobid and runid. This is useful for plugins that specify storage paths for example, that should...
Currently, test step plugins are required to have the following interface: ```go Load() ( string, // plugin identifier test.TestStepFactory, // instance factory: func() test.TestStep []event.name // events allowed to be...
**Issue by [dimkup](https://github.com/dimkup)** _Thursday Aug 27, 2020 at 15:47 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/141_ ---- ### Intro There are some cases when it would be useful to pass some information...
**Issue by [insomniacslk](https://github.com/insomniacslk)** _Thursday Dec 03, 2020 at 21:20 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/192_ ---- As noted in https://github.com/facebookincubator/contest/pull/188 our CI doesn't detect correctly when non-go files are missing the...
**Issue by [walterchris](https://github.com/walterchris)** _Thursday Nov 05, 2020 at 12:31 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/166_ ---- Currently after every run, the `RunReport` function from every registered reporting plugin will be invoked....
**Issue by [xaionaro](https://github.com/xaionaro)** _Friday Oct 09, 2020 at 09:54 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/149_ ---- This is a follow-up task of discussion: https://github.com/facebookincubator/contest/pull/148 (feel free to edit the issue) ---...
**Issue by [insomniacslk](https://github.com/insomniacslk)** _Wednesday Jun 24, 2020 at 12:31 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/124_ ---- Job spec changes cannot be properly validated without running an actual job. Adding a Validate...
**Issue by [marcoguerri](https://github.com/marcoguerri)** _Wednesday Jun 17, 2020 at 09:09 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/123_ ---- At the moment we have two type of events, `testevents` and `frameworkevents`. The former are...
**Issue by [insomniacslk](https://github.com/insomniacslk)** _Monday May 11, 2020 at 15:19 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/100_ ---- There are cases where a single target manager is not enough, and we may want...
**Issue by [rjoleary](https://github.com/rjoleary)** _Saturday Mar 07, 2020 at 02:41 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/71_ ---- Each jobs has its own process. This has the following benefits: * **Failure isolation**: If...