Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Status of E2E tests check of Eclipse Che / Che-Theia repos PR check

Hello everyone,

FYI: E2E Happy path tests PR checks of Eclipse Che / Che-Theia repos are failing: https://github.com/eclipse/che/issues/16547.
   * Che QE team is investigating the problem
   * Problem recognized by the following error message in Jenkins job console log:
------------------------------------------------------
> chromedriver@80.0.2 install /tmp/e2e/node_modules/chromedriver
> node install.js

internal/util.js:209
    throw new errors.TypeError('ERR_INVALID_ARG_TYPE', 'original', 'function');
    ^

TypeError [ERR_INVALID_ARG_TYPE]: The "original" argument must be of type function
    at promisify (internal/util.js:209:11)
    at Object.<anonymous> (/tmp/e2e/node_modules/extract-zip/index.js:11:18)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)

===============================

--
With best regards,
Dmytro Nochevnov
Senior Quality Engineer
Che QE team

Back to the top