junichi11 commented on pull request #2335: URL: https://github.com/apache/netbeans/pull/2335#issuecomment-683304087
Regarding the failure of Travis CI: I've tested `webcommon/javascript2.extjs/test/unit/src/org/netbeans/modules/javascript2/extjs/model/JsStructureTest.java` and `ExtModelTest.java` in my local PC. ``` Testcase: testIssue230177(org.netbeans.modules.javascript2.extjs.model.JsStructureTest): Caused an ERROR Server returned HTTP response code: 403 for URL: https://cdnjs.cloudflare.com/ajax/libs/extjs/4.2.1/src/class/ClassManager.js java.io.IOException: Server returned HTTP response code: 403 for URL: https://cdnjs.cloudflare.com/ajax/libs/extjs/4.2.1/src/class/ClassManager.js at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) ``` ``` Testcase: testIssue231923(org.netbeans.modules.javascript2.extjs.model.ExtModelTest): Caused an ERROR Server returned HTTP response code: 403 for URL: https://cdnjs.cloudflare.com/ajax/libs/extjs/4.2.1/src/class/ClassManager.js java.io.IOException: Server returned HTTP response code: 403 for URL: https://cdnjs.cloudflare.com/ajax/libs/extjs/4.2.1/src/class/ClassManager.js at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263) at java.net.URL.openStream(URL.java:1045) at org.netbeans.modules.javascript2.extjs.model.ExtModelTest.setUp(ExtModelTest.java:44) ``` @matthiasblaesing should we upload the test data(ClassManager.js) to `https://netbeans.osuosl.org/binaries/` ? Maybe, related to this change: https://github.com/apache/netbeans/pull/1451/commits/433ba3a8bb22d8d3d608ca31807422047ff18963 ---------------------------------------------------------------- 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
