x4lldux

Results 10 issues of x4lldux

Rate-limited queue group with rate-limited queues are not scheduled evenly. First queue is always suffering. Expected behaviour is for the queues to be fairly scheduled in a group rate limit...

@alfert please fill this in with your proposal mentioned in #147 I just wanted to share things I've gather about this topic.

Runs `*pre-exec-hook*` & `*post-exec-hook*` functions before/after execution of a line. Can be used to time how long a command took: ```janet (var *last-command-duration* 0) (var last-command-start 0) (var *pre-exec-hook* (fn...

Set's a `shrinking` parameter to `true` when property is being executed during a shrinking phase. Then sets it to `done` after the shrinking is finished. Useful for adjusting generators during...

Implemented two macros marked _TODO_. The shrinking usage case, I've described in documentation, ~~will be possible once, this commit x4lldux/proper@f1582afdae55e504280c76653b543b53a17d2334 is merged, but I have to figure out how to...

When a command crashes during `run_parallel_commands`, the entire test just crashes also, while`run_commands` catches such a situation and returns a `exception` tuple as a result. Shouldn't they work the same...

There isn't a better way to describe it than by a screenshots: ![zrzut ekranu z 2014-12-21 17 20 48](https://cloud.githubusercontent.com/assets/22363/5518776/c513bc70-8935-11e4-9afb-9e333b4dbcd1.png) ![zrzut ekranu z 2014-12-21 17 18 56](https://cloud.githubusercontent.com/assets/22363/5518777/cb39359e-8935-11e4-90ee-1d77c9adf364.png) ![zrzut ekranu z 2014-12-21...

Added OTP 18 support and use of advised time functions