| ... | ... | @@ -27,6 +27,7 @@ questionnaire phase |
|
|
|
- [ ] Detail page for adaptive/linear instance (detail for training run in instance detail)
|
|
|
|
- [ ] Save strategy unification in adaptive/linear training instance edit (Pool edit)
|
|
|
|
- [ ] Selecting from more than 10 pools - pagination size should be set to `MAX_SAFE_INTEGER`
|
|
|
|
- [ ] Training instance can not be saved if it does not have Local Environment enabled or it has not selected Pool and Local Environment option is disabled
|
|
|
|
- [ ] Create a training instance with assigned pool and save it. Edit it again and save - check whether the pool is still assigned. [Detailed description](https://gitlab.ics.muni.cz/muni-kypo-crp/kypo-crp-issues/-/issues/300).
|
|
|
|
- [ ] Check whether adaptive/linear training instance overview table displays a correct number of free sandboxes (pagination size is **NOT** set to 10(default) or user-specific one).
|
|
|
|
- [ ] Linear/Adaptive - check whether filtering options work - filter by name.
|
| ... | ... | @@ -140,6 +141,7 @@ questionnaire phase |
|
|
|
- [ ] test execution of detection method of type `timeProximity`, correctness of generated detection events (no incorrectly detected events, no missing occured events)
|
|
|
|
- [ ] test execution of detection method of type `minimalSolveTime`, correctness of generated detection events (no incorrectly detected events, no missing occured events)
|
|
|
|
- [ ] test execution of detection method of type `noCommands`, correctness of generated detection events (no incorrectly detected events, no missing occured events)
|
|
|
|
- [ ] test that training runs in which detection events were found are correctly assigned true value in field hasDetectionEvents. Also test that when the detection events are deleted, the value is set to false
|
|
|
|
|
|
|
|
## Testing Python backend
|
|
|
|
*When performing these tests, read ahead to see if maybe you can cover multiple test cases with the same sandbox to minimize allocations.*
|
| ... | ... | |