You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "vlsi (via GitHub)" <gi...@apache.org> on 2023/05/18 10:56:04 UTC

[GitHub] [jmeter] vlsi opened a new issue, #5926: Integrate Errorprone verification to one of the randomly-generated jobs

vlsi opened a new issue, #5926:
URL: https://github.com/apache/jmeter/issues/5926

   ### Use case
   
   Currently, JMeter generates several jobs in GitHub Actions CI:
   1) 4 jobs for various Java versions, operating systems, and so on
   2) error-prone verification
   
   Extra job for error-prone slows down CI verifications.
   
   
   ### Possible solution
   
   Adjust `matrix.js` so it adds `-PenableErrorprone` to one of Java 11 or 17 jobs.
   
   The same might go for style verifications: it would probably make sense to verify style once for every operating system.
   For instance, if we have 2 Linux jobs, then it would be enough to verify the style only once. Then style violations will be displayed "only once" rather than.
   
   ### Possible workarounds
   
   _No response_
   
   ### JMeter Version
   
   5.5
   
   ### Java Version
   
   _No response_
   
   ### OS Version
   
   _No response_


-- 
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: dev-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org