You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/11/20 06:43:32 UTC

[GitHub] [netbeans] JaroslavTulach commented on pull request #2549: Make sure VSCode extension integration tests are executed

JaroslavTulach commented on pull request #2549:
URL: https://github.com/apache/netbeans/pull/2549#issuecomment-730916273


   Great the [first run failed](https://travis-ci.org/github/apache/netbeans/jobs/744801153) with:
   ```
    [exec] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
   
        [exec]     ✓ Sample test
   
        [exec] 
   
        [exec]     1) Failing test
   
        [exec] 
   
        [exec]     2) Extension test
   
        [exec] 
   
        [exec]   1 passing (39ms)
   
        [exec] 
   
        [exec]   2 failing
   
        [exec] 
   
        [exec]   1) Extension Test Suite
   
        [exec]        Failing test:
   
        [exec] 
   
        [exec]       AssertionError [ERR_ASSERTION]: -1 == 0
   
        [exec]       + expected - actual
   
        [exec] 
   
        [exec]       --1
   
        [exec]       +0
   
        [exec]       
   
        [exec]   	at Context.<anonymous> (out/test/suite/extension.test.js:23:16)
   
        [exec]   	at processImmediate (internal/timers.js:439:21)
   
        [exec] 
   
        [exec] 
   
        [exec]   2) Extension Test Suite
   
        [exec]        Extension test:
   
        [exec]      AssertionError [ERR_ASSERTION]: Apache NetBeans Extension is present
   
        [exec]   	at /home/travis/build/apache/netbeans/java/java.lsp.server/vscode/out/test/suite/extension.test.js:27:16
   
        [exec]   	at Generator.next (<anonymous>)
   
        [exec]   	at /home/travis/build/apache/netbeans/java/java.lsp.server/vscode/out/test/suite/extension.test.js:8:71
   
        [exec]   	at new Promise (<anonymous>)
   
        [exec]   	at __awaiter (out/test/suite/extension.test.js:4:12)
   
        [exec]   	at Context.<anonymous> (out/test/suite/extension.test.js:25:34)
   
        [exec]   	at processImmediate (internal/timers.js:439:21)
   
        [exec] 
   
        [exec] 
   
        [exec] Exit code:   1
   
        [exec] Done
   
        [exec] 
   
        [exec] 
   
        [exec] npm ERR! A complete log of this run can be found in:
   
        [exec] npm ERR!     /home/travis/.npm/_logs/2020-11-20T03_33_05_678Z-debug.log
   
   BUILD FAILED
   ```
   
   E.g. we can test the extension TypeScript code.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists