Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: move unit files to units/ subdirectory | Zbigniew Jędrzejewski-Szmek | 2020-03-19 | 1 | -8/+0 |
| | | | | | We have a bazillion of those unit files, and keeping them all directly in tests/ has become rather unwieldy. | ||||
* | tests: Check trivial loop between two jobs | Michal Koutný | 2019-06-26 | 1 | -0/+8 |
job_compare return value is undefined in case the jobs have a loop between them, so better make a test to make sure transaction cycle detection catches it. |