Skip to content

Instantly share code, notes, and snippets.

@danyill
Created December 18, 2018 06:52
Show Gist options
  • Save danyill/bb9571291a7ed30eb2ba6e3a73691fcb to your computer and use it in GitHub Desktop.
Save danyill/bb9571291a7ed30eb2ba6e3a73691fcb to your computer and use it in GitHub Desktop.
Antora tests 1
885 passing (1m)
8 failing
1) cli
     should generate site to fs destination when playbook file is passed to generate command:
   Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/antora/packages/cli/test/cli-test.js)
2) cli
     cache directory
       should store cache in cache directory passed to --cache-dir option:
   Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/antora/packages/cli/test/cli-test.js)
3) cli
     cache directory
       should store cache in cache directory defined by ANTORA_CACHE_DIR environment variable:
   Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/antora/packages/cli/test/cli-test.js)
4) aggregateContent()
     progress bars
       should advance cursor past progress bars when error is thrown:
   Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/antora/packages/content-aggregator/test/aggregate-content-test.js)
5) aggregateContent()
     invalid remote repository
       should throw meaningful error when cannot connect to SSH repository:
   Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/antora/packages/content-aggregator/test/aggregate-content-test.js)
6) generateSite()
     should generate site into output directory specified in playbook file:
   Error: Timeout of 4000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/antora/packages/site-generator-default/test/generate-site-test.js)
7) generateSite()
     should resolve dot-relative paths in playbook relative to playbook dir:
   Error: Timeout of 4000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/antora/packages/site-generator-default/test/generate-site-test.js)
8) generateSite()
     integration
       should report progress of repository clone operation if runtime.quiet is false:
   Error: Timeout of 4000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/antora/packages/site-generator-default/test/generate-site-test.js)

[06:50:04] 'test!' errored after 1.17 min [06:50:04] Error in plugin "run-command" Message: Command failed: _mocha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment