mbien commented on issue #8160: URL: https://github.com/apache/netbeans/issues/8160#issuecomment-2614072800
performance and test reliability are two distinct issues tests have often to wait for scanning to finish to get information about the changed code. Some might require the scan result itself, others might have to simply wait for the lucene index to finish writing before the workdir can be cleared for the next step. removing `waitScanFinished()` without replacement won't work in most cases. I am sure things can be optimized, but it is likely more complicated and will also depend on the concrete test. -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists