JaroslavTulach opened a new pull request #3425:
URL: https://github.com/apache/netbeans/pull/3425


   How do you search for failures in Travis and GitHubActions runs? I search 
for `failed` like in `The test XYZTest failed`. However there are other, 
disturbing occurrences of that word in the test logs. There was [52 occurrences 
in a recent log](https://github.com/apache/netbeans/runs/4729484163). Here are 
three examples:
   
   ```
    [junit] WARNING: Warning - project of class 
org.netbeans.modules.java.source.usages.TestSupport$TestProject in 
/home/runner/work/netbeans/netbeans/java/java.source.base/build/test/unit/work/o.n.m.j.s.u.S/sipwop/prj0
 failed to supply a LogicalViewProvider in its lookup
   ```
   
   ```
        [junit] SEVERE: Error in RequestProcessor 
org.netbeans.modules.editor.settings.storage.preferences.PreferencesImpl$1
       [junit] org.openide.util.RequestProcessor$SlowItem: task failed due to: 
java.lang.NullPointerException: The folder parameter cannot be null
       [junit]  at 
org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1459)
       [junit]  at 
org.netbeans.modules.editor.settings.storage.preferences.PreferencesImpl.asyncInvocationOfFlushSpi(PreferencesImpl.java:478)
       [junit]  at 
org.netbeans.modules.editor.settings.storage.preferences.PreferencesImpl.putSpi(PreferencesImpl.java:274)
   ```
   
   and 
   
   ```
      INFO: ModificationResult commit failed with an exception: 
       [junit] java.io.IOException
       [junit]  at 
org.netbeans.api.java.source.ModificationResult.processDocument(ModificationResult.java:385)
       [junit]  at 
org.netbeans.api.java.source.ModificationResult.commit2(ModificationResult.java:330)
       [junit]  at 
org.netbeans.api.java.source.ModificationResult.access$000(ModificationResult.java:71)
   ```
   
   This PR changes the wording, so the search is easier. Hopefully none of 
these messages form an important API and no test fails because of changing them.


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

To unsubscribe, e-mail: [email protected]

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

Reply via email to