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/22 12:28:36 UTC

[GitHub] [netbeans] jlahoda opened a new pull request #2554: Fixing java/java.lsp.server tests.

jlahoda opened a new pull request #2554:
URL: https://github.com/apache/netbeans/pull/2554


   


----------------------------------------------------------------
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


[GitHub] [netbeans] JaroslavTulach commented on pull request #2554: Fixing java/java.lsp.server tests.

Posted by GitBox <gi...@apache.org>.
JaroslavTulach commented on pull request #2554:
URL: https://github.com/apache/netbeans/pull/2554#issuecomment-731957407


   I have recently seen failures like the one below. Is this fix addressing this failure or not?
   
   ```
       [junit] Testcase: testWorkspaceSymbols(org.netbeans.modules.java.lsp.server.protocol.ServerTest):	FAILED
       [junit] expected:<[
   Class:Test:Test:false:Test.java:0:0-3:1, 
   Constructor:():Test:false:Test.java:0:7-0:7, 
   Method:():Test:false:Test.java:2:4-2:38, 
   Class:TestNested:Test.TestNested:false:Test.java:1:4-1:37, 
   Constructor:():Test.TestNested:false:Test.java:1:18-1:18
   ]> but was:<[
   Class:Test:Test:false:Test.java:0:0-3:1, 
   Constructor:Test():Test:false:Test.java:0:7-0:7, 
   Method:testMethod():Test:false:Test.java:2:4-2:38, 
   Class:TestNested:Test.TestNested:false:Test.java:1:4-1:37, 
   Constructor:TestNested():Test.TestNested:false:Test.java:1:18-1:18
   ]>
       [junit] junit.framework.AssertionFailedError: expected:<[Class:Test:Test:false:Test.java:0:0-3:1, Constructor:():Test:false:Test.java:0:7-0:7, Method:():Test:false:Test.java:2:4-2:38, Class:TestNested:Test.TestNested:false:Test.java:1:4-1:37, Constructor:():Test.TestNested:false:Test.java:1:18-1:18]> but was:<[Class:Test:Test:false:Test.java:0:0-3:1, Constructor:Test():Test:false:Test.java:0:7-0:7, Method:testMethod():Test:false:Test.java:2:4-2:38, Class:TestNested:Test.TestNested:false:Test.java:1:4-1:37, Constructor:TestNested():Test.TestNested:false:Test.java:1:18-1:18]>
       [junit] 	at org.netbeans.modules.java.lsp.server.protocol.ServerTest.testWorkspaceSymbols(ServerTest.java:1262)
       [junit] 	at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
       [junit] 	at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
       [junit] 	at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
       [junit] 	at java.lang.Thread.run(Thread.java:745)
   ```
   


----------------------------------------------------------------
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


[GitHub] [netbeans] JaroslavTulach edited a comment on pull request #2554: Fixing java/java.lsp.server tests.

Posted by GitBox <gi...@apache.org>.
JaroslavTulach edited a comment on pull request #2554:
URL: https://github.com/apache/netbeans/pull/2554#issuecomment-731957407


   I have recently seen failures like the one below. This fix is addressing it, right?
   
   ```
       [junit] Testcase: testWorkspaceSymbols(org.netbeans.modules.java.lsp.server.protocol.ServerTest):	FAILED
       [junit] expected:<[
   Class:Test:Test:false:Test.java:0:0-3:1, 
   Constructor:():Test:false:Test.java:0:7-0:7, 
   Method:():Test:false:Test.java:2:4-2:38, 
   Class:TestNested:Test.TestNested:false:Test.java:1:4-1:37, 
   Constructor:():Test.TestNested:false:Test.java:1:18-1:18
   ]> but was:<[
   Class:Test:Test:false:Test.java:0:0-3:1, 
   Constructor:Test():Test:false:Test.java:0:7-0:7, 
   Method:testMethod():Test:false:Test.java:2:4-2:38, 
   Class:TestNested:Test.TestNested:false:Test.java:1:4-1:37, 
   Constructor:TestNested():Test.TestNested:false:Test.java:1:18-1:18
   ]>
       [junit] junit.framework.AssertionFailedError: expected:<[Class:Test:Test:false:Test.java:0:0-3:1, Constructor:():Test:false:Test.java:0:7-0:7, Method:():Test:false:Test.java:2:4-2:38, Class:TestNested:Test.TestNested:false:Test.java:1:4-1:37, Constructor:():Test.TestNested:false:Test.java:1:18-1:18]> but was:<[Class:Test:Test:false:Test.java:0:0-3:1, Constructor:Test():Test:false:Test.java:0:7-0:7, Method:testMethod():Test:false:Test.java:2:4-2:38, Class:TestNested:Test.TestNested:false:Test.java:1:4-1:37, Constructor:TestNested():Test.TestNested:false:Test.java:1:18-1:18]>
       [junit] 	at org.netbeans.modules.java.lsp.server.protocol.ServerTest.testWorkspaceSymbols(ServerTest.java:1262)
       [junit] 	at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77)
       [junit] 	at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476)
       [junit] 	at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402)
       [junit] 	at java.lang.Thread.run(Thread.java:745)
   ```
   


----------------------------------------------------------------
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


[GitHub] [netbeans] JaroslavTulach merged pull request #2554: Fixing java/java.lsp.server tests.

Posted by GitBox <gi...@apache.org>.
JaroslavTulach merged pull request #2554:
URL: https://github.com/apache/netbeans/pull/2554


   


----------------------------------------------------------------
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