CorrelationRecorder
CorrelationRecorder copied to clipboard
A repository for the Correlation Recorder Plugin for JMeter
**Describe the bug** 2024-04-26 18:32:51,108 INFO c.b.j.c.c.a.JMeterElementUtils: Test Plan's Snapshot saved to D:\apache-jmeter-5.4.3\bin\Recording\snapshot-1714127571086.jmx 2024-04-26 18:32:51,109 INFO c.b.j.c.c.a.CorrelationHistory: Correlation History saved to D:\apache-jmeter-5.4.3\bin\History\history-1714119758788.json 2024-04-26 18:32:52,006 ERROR o.a.j.JMeter: Uncaught exception in thread...
I am getting below EOF exception while recording D365 Fno Application using the BZM correlation recorder template. java.io.EOFException at java.base/java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:279) at java.base/java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:269) at java.base/java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:175) at java.base/java.util.zip.GZIPInputStream.(GZIPInputStream.java:79) at java.base/java.util.zip.GZIPInputStream.(GZIPInputStream.java:91) at org.apache.jmeter.protocol.http.sampler.hc.LaxGZIPInputStream.(LaxGZIPInputStream.java:42)...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20190722 to 20231013. Release notes Sourced from org.json:json's releases. 20231013 Pull Request Description #793 Reverted #761 #792 update the docs for release 20231013 #783 optLong vs getLong...
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
RegExp extractors are created but only a portion of those are applied in the script. Seeing many errors in the log stating: ```Java ERROR c.b.j.c.c.a.ElementsModification: The source 'JSON' is not...
**Describe the bug** While recording the scenario with bzm correlation recorder plugin, requests are not captured in the expected order. For example: The expected order is: 1. request1 1. request2...
I have defined a user variable `PROJECT_HOME` in the "User Defined Variables" element. The `PROJECT_HOME` variable contains this code: ``` ${__BeanShell(import org.apache.jmeter.services.FileServer; FileServer.getFileServer().getBaseDir();)} ``` After that, I reuse it in...
If we enter 0 in Group Number as shown below, it is throwing the below error in the log viewer. Instead, Group Number field must accept greater than 0 or...