libp2p/js-libp2p-keychain

Travis CI (Webworker) failure

richardschneider opened this issue · 3 comments

Both the node and browser tests pass; but webworker fails. See https://travis-ci.org/libp2p/js-libp2p-keychain/jobs/312364935

Test Webworker
  browser
    keychain
      ✓ needs a pass phrase to encrypt a key (4ms)
      ✓ needs a NIST SP 800-132 non-weak pass phrase (2ms)
      ✓ needs a store to persist a key (1ms)
      ✓ has default options
      key name
        ✓ is a valid filename and non-ASCII (2ms)
      key
        1) can be an RSA key
        2) has a name and id
Firefox 57.0.0 (Linux 0.0.0) ERROR
  uncaught exception: AssertionError: expected [Error: Key 'tajné jméno' does not exist. Key not found in database [/tajné jméno]] to not exist
  5 passing (1m)
  2 failing
  1) browser,keychain,key
       can be an RSA key:
     Timeout of 50000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.

@diasdavid Can you shed some light on the webworker environment?

BTW, the webworker tests all pass on my local machine!

Closing, very stale