Found an issue with using `asyncAll` when doing gi...
# testing
a
Found an issue with using
asyncAll
when doing given > when > then.
This fails:
Error: The thread name '' is invalid. Thread names cannot be empty and can have comma separated list for only join actions.
This runs just fine
Untitled.cfm
l
tell you the truth, we need to revise this in testbox
asyncAll was using threads
and a pain in the buttocks
That needs to change to use the
async
manager now
a
I changed the syntax in my test and got a good speed boost - also using
testbox.system.modules.cbstreams.models.StreamBuilder()
which works nicely 🙂
So is an easy work around for now