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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
