You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2020/10/20 10:35:00 UTC

[jira] [Updated] (IGNITE-13598) Node.js TC suite started failing without visible reason

     [ https://issues.apache.org/jira/browse/IGNITE-13598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Sapego updated IGNITE-13598:
---------------------------------
    Description: 
Here is the example of failure:

[https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ThinClientNodeJs/5677053]

 

{noformat}

modules/platforms/nodejs/node_modules/jasmine/lib/loader.js:25
 return import(path);
 ^^^^^^

SyntaxError: Unexpected token import
 at createScript (vm.js:80:10)
 at Object.runInThisContext (vm.js:139:10)
 at Module._compile (module.js:616:28)
 at Object.Module._extensions..js (module.js:663:10)
 at Module.load (module.js:565:32)
 at tryModuleLoad (module.js:505:12)
 at Function.Module._load (module.js:497:3)
 at Module.require (module.js:596:17)
 at require (internal/module.js:11:18)
 at Object.<anonymous> (/home/isapego/work/reps/incubator-ignite/modules/platforms/nodejs/node_modules/jasmine/lib/jasmine.js:4:14)
npm ERR! Test failed. See above for more details.

{noformat}

  was:
Here is the example of failure:

https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ThinClientNodeJs/5677053


> Node.js TC suite started failing without visible reason
> -------------------------------------------------------
>
>                 Key: IGNITE-13598
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13598
>             Project: Ignite
>          Issue Type: Bug
>          Components: thin client
>    Affects Versions: 2.9
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>            Priority: Major
>             Fix For: 2.10
>
>
> Here is the example of failure:
> [https://ci.ignite.apache.org/buildConfiguration/IgniteTests24Java8_ThinClientNodeJs/5677053]
>  
> {noformat}
> modules/platforms/nodejs/node_modules/jasmine/lib/loader.js:25
>  return import(path);
>  ^^^^^^
> SyntaxError: Unexpected token import
>  at createScript (vm.js:80:10)
>  at Object.runInThisContext (vm.js:139:10)
>  at Module._compile (module.js:616:28)
>  at Object.Module._extensions..js (module.js:663:10)
>  at Module.load (module.js:565:32)
>  at tryModuleLoad (module.js:505:12)
>  at Function.Module._load (module.js:497:3)
>  at Module.require (module.js:596:17)
>  at require (internal/module.js:11:18)
>  at Object.<anonymous> (/home/isapego/work/reps/incubator-ignite/modules/platforms/nodejs/node_modules/jasmine/lib/jasmine.js:4:14)
> npm ERR! Test failed. See above for more details.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)