Closed jfornoff closed 6 years ago
Hi, Jan! PR is welcomed if it makes ESpec even better!)
Implementing this is straightforward, but there is some weirdness around shared specs that I haven't quite tracked down yet.
When we resolve #279, this should be super straightforward :-)
Hi, @jfornoff ! Thanks for PR. I've noticed that tests run much faster with this Task.async_stream. ESpec 1.6.3 version includes the changes.
Yay! :-)
Hi there,
I've been trying to get to the bottom of an issue that we've encountered (Postgres sandboxed connections being attempted to be checked out during
before
, before being checked back in duringfinally
)As I was reading through
SuiteRunner
I was wondering whether it's possible to utilize Task.async_stream since it pretty much seems like what is done with run_async.I'd be happy to provide a PR if you don't see any roadblocks with that. Best, Jan