contest icon indicating copy to clipboard operation
contest copied to clipboard

Run continuous and on-demand system testing for real and virtual hardware

Results 38 contest issues
Sort by recently updated
recently updated
newest added

I would like to do some logging on a target after each test run no matter whether it succeeds or fails. Currently to do so, I need to implement this...

**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) ---...

question

**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...

**Issue by [xaionaro](https://github.com/xaionaro)** _Tuesday Mar 03, 2020 at 16:46 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/61_ ---- I guess we should also add [fuzz](https://github.com/dvyukov/go-fuzz) tests to all methods of the [`api.API`](https://github.com/facebookincubator/contest/blob/196aef7471263ca4d06eab68324df5bbdc6d2f95/pkg/api/api.go#L29). It...

**Issue by [insomniacslk](https://github.com/insomniacslk)** _Monday Feb 24, 2020 at 18:32 GMT_ _Originally opened as https://github.com/facebookincubator/contest/issues/53_ ---- Almost every plugin will have to replicate certain steps to validate its parameters, e.g.: *...