Git Product home page Git Product logo

Comments (1)

marsell avatar marsell commented on May 28, 2024

Before:

[root@e5ad067e-ae5e-4505-933b-a31190be1489 (lab:cloudapi0) /opt/smartdc/cloudapi/test]# ./runtests -f plugins
/opt/smartdc/cloudapi
# Setup a clean output dir (/var/tmp/cloudapitest).
# Running filtered set of test files: test/plugins/filter-owner-networks.test.js
test/plugins/free-tier.test.js
test/plugins/machine-email.test.js
test/plugins/plugin-manager.test.js
test/plugins/provision-limits.test.js
Uncaught Error: Cannot find module '@smaller/tap'

FROM
Function.Module._resolveFilename (module.js:478:5)
Function.Module._load (module.js:424:25)
Module.require (module.js:504:17)
require (internal/module.js:20:19)
Object.<anonymous> (/opt/smartdc/cloudapi/test/plugins/filter-owner-networks.test.js:11:35)
Module._compile (module.js:577:32)
Object.Module._extensions..js (module.js:586:10)
Module.load (module.js:494:32)
tryModuleLoad (module.js:453:12)
Function.Module._load (module.js:445:3)
Module.runMain (module.js:611:10)
run (bootstrap_node.js:394:7)
startup (bootstrap_node.js:160:9)
bootstrap_node.js:507:3
./runtests: line 115: 59669 Illegal Instruction     (core dumped) PATH=${NODE_INSTALL}/bin:${PATH} ${NODE_INSTALL}/bin/node --abort_on_uncaught_exception ${t}
     59670 Done                    | tee -a ${OUTPUT_DIR}/cloudapi.tap
Uncaught Error: Cannot find module '@smaller/tap'

FROM
Function.Module._resolveFilename (module.js:478:5)
Function.Module._load (module.js:424:25)
Module.require (module.js:504:17)
require (internal/module.js:20:19)
Object.<anonymous> (/opt/smartdc/cloudapi/test/plugins/free-tier.test.js:11:35)
Module._compile (module.js:577:32)
Object.Module._extensions..js (module.js:586:10)
Module.load (module.js:494:32)
tryModuleLoad (module.js:453:12)
Function.Module._load (module.js:445:3)
Module.runMain (module.js:611:10)
run (bootstrap_node.js:394:7)
startup (bootstrap_node.js:160:9)
bootstrap_node.js:507:3
./runtests: line 115: 59671 Illegal Instruction     (core dumped) PATH=${NODE_INSTALL}/bin:${PATH} ${NODE_INSTALL}/bin/node --abort_on_uncaught_exception ${t}
     59672 Done                    | tee -a ${OUTPUT_DIR}/cloudapi.tap
Uncaught Error: Cannot find module '@smaller/tap'

FROM
Function.Module._resolveFilename (module.js:478:5)
Function.Module._load (module.js:424:25)
Module.require (module.js:504:17)
require (internal/module.js:20:19)
Object.<anonymous> (/opt/smartdc/cloudapi/test/plugins/machine-email.test.js:11:35)
Module._compile (module.js:577:32)
Object.Module._extensions..js (module.js:586:10)
Module.load (module.js:494:32)
tryModuleLoad (module.js:453:12)
Function.Module._load (module.js:445:3)
Module.runMain (module.js:611:10)
run (bootstrap_node.js:394:7)
startup (bootstrap_node.js:160:9)
bootstrap_node.js:507:3
./runtests: line 115: 59673 Illegal Instruction     (core dumped) PATH=${NODE_INSTALL}/bin:${PATH} ${NODE_INSTALL}/bin/node --abort_on_uncaught_exception ${t}
     59674 Done                    | tee -a ${OUTPUT_DIR}/cloudapi.tap
Uncaught Error: Cannot find module '@smaller/tap'

FROM
Function.Module._resolveFilename (module.js:478:5)
Function.Module._load (module.js:424:25)
Module.require (module.js:504:17)
require (internal/module.js:20:19)
Object.<anonymous> (/opt/smartdc/cloudapi/test/plugins/plugin-manager.test.js:15:35)
Module._compile (module.js:577:32)
Object.Module._extensions..js (module.js:586:10)
Module.load (module.js:494:32)
tryModuleLoad (module.js:453:12)
Function.Module._load (module.js:445:3)
Module.runMain (module.js:611:10)
run (bootstrap_node.js:394:7)
startup (bootstrap_node.js:160:9)
bootstrap_node.js:507:3
./runtests: line 115: 59677 Illegal Instruction     (core dumped) PATH=${NODE_INSTALL}/bin:${PATH} ${NODE_INSTALL}/bin/node --abort_on_uncaught_exception ${t}
     59678 Done                    | tee -a ${OUTPUT_DIR}/cloudapi.tap
Uncaught Error: Cannot find module '@smaller/tap'

FROM
Function.Module._resolveFilename (module.js:478:5)
Function.Module._load (module.js:424:25)
Module.require (module.js:504:17)
require (internal/module.js:20:19)
Object.<anonymous> (/opt/smartdc/cloudapi/test/plugins/provision-limits.test.js:11:35)
Module._compile (module.js:577:32)
Object.Module._extensions..js (module.js:586:10)
Module.load (module.js:494:32)
tryModuleLoad (module.js:453:12)
Function.Module._load (module.js:445:3)
Module.runMain (module.js:611:10)
run (bootstrap_node.js:394:7)
startup (bootstrap_node.js:160:9)
bootstrap_node.js:507:3
./runtests: line 115: 59681 Illegal Instruction     (core dumped) PATH=${NODE_INSTALL}/bin:${PATH} ${NODE_INSTALL}/bin/node --abort_on_uncaught_exception ${t}
     59682 Done                    | tee -a ${OUTPUT_DIR}/cloudapi.tap
#
# TESTS COMPLETE IN 6 SECONDS, SUMMARY:
#
#   PASS: 0 / 0
#

After:

[root@e5ad067e-ae5e-4505-933b-a31190be1489 (lab:cloudapi0) /opt/smartdc/cloudapi/test]# ./runtests -f plugins
/opt/smartdc/cloudapi
# Setup a clean output dir (/var/tmp/cloudapitest).
# Running filtered set of test files: test/plugins/filter-owner-networks.test.js
test/plugins/free-tier.test.js
test/plugins/machine-email.test.js
test/plugins/plugin-manager.test.js
test/plugins/provision-limits.test.js
TAP version 13
[...]
#
# TESTS COMPLETE IN 4 SECONDS, SUMMARY:
#
#   PASS: 738 / 738
#

from sdc-cloudapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.