mikeal / dagdb

Syncable database built on IPLD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build failure: memdown + polendina + actions ???

mikeal opened this issue · comments

This is an odd one https://github.com/mikeal/dagdb/runs/569810130

I can’t reproduce this locally at all, the tests run and pass just fine in Node.js and in Polendina.

In Actions the Node.js tests work fine but the browser tests are showing an error in memdown. The odd thing is, these failures are familiar because they are the same failure you get if you swap levelup for level and I saw them during development before I switched to using levelup directly.

@rvagg any ideas?

This is happening with level-js as well, now that those tests are added.

ok, i can reproduce this locally now, my deps were polluted in some way that allowed for this to work but once i cleared them and did a fresh install with all the latest I can see the error.