grinder icon indicating copy to clipboard operation
grinder copied to clipboard

The Grinder, a Java Load Testing Framework

Results 27 grinder issues
Sort by recently updated
recently updated
newest added

Bumps org.python:jython-standalone from 2.7.1 to 2.7.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.python:jython-standalone&package-manager=maven&previous-version=2.7.1&new-version=2.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps logback-classic from 1.1.3 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.3&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Grinder 4.X is limited on Java 8 due to the fact Grinder extends the Application ClassLoader by merging the URLs. ince Java9, ApplicationClassLoader is not an URL ClassaLoader anymore. blockingClassLoader...

As a script developer, I would like to have a grinder based on Jython 2.7, so that I take benefit of the latest language evolution.

enhancement

Grinder Console is showing wrong TPS, we can reproduce it with the simple HelloWorld program. Showing same TPS for all commands and Total also. This issue started with the 3.11...

it can be very helpful to warn the user when the file was modified - when changing to another file without saving - when starting tests without saving

enhancement

When switching from another tab to Local logs, it can be nice to have an automatic refresh to see the last logs without hitting the refresh button

enhancement

This will be very helpfull to have the log files sorted by date, recent first :->

enhancement

To investigate why the following tests are not working * TestJython25Instrumenter.* * TestJython22Instrumenter.* * TestJavaDCRInstrumenter.testInstrumentClass() * TestJavaDCRInstrumenter.testWithNoPackage() * TestASMTransformerFactory.testConstructors() * TestASMTransformerFactory.testOverloading() * TestASMTransformerFactory.testVariedByteCode() For the moment, they are ignored in...

bug