Open mixmix opened 2 years ago
Yikes. Thanks for reporting and the reproduction steps. I wonder if it's related to this bug https://github.com/architect/tap-arc/issues/28 And either way I think both are related to how tap-arc handles streams. I need to iron that out, and as mentioned previously, it has generally outgrown its single-file design and could use a refactor.
Things are a bit busy in other areas, but I'm hoping to carve out some time for this lib soon.
No hurry from me - I just wanted to document what little hints i found. I tried writing a simpler test but it didn't work.
I wondered if it was timing out on the test too early? dunno
Describe the issue
We see a test file which when run in isolation works, but fails when run with a glob script like
The error looks like:
The test looks like :
Inside TestBot there is some async stuff running database migrations, a
setImmediate
What's strange istap-spec
doesn't hit this bug, and tape without a pretty-printer is fine.REPO: https://gitlab.com/ahau/lib/ssb-plugins/ssb-ahau file :
tests/init.test.js