Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No measurements after resetting the web client #535

Closed
jowerner opened this issue Nov 20, 2024 · 1 comment · Fixed by #536
Closed

No measurements after resetting the web client #535

jowerner opened this issue Nov 20, 2024 · 1 comment · Fixed by #536
Assignees
Milestone

Comments

@jowerner
Copy link
Contributor

After calling XltWebClient.reset() in a test scenario, the scenario continues to run successfully, however, XLT does no longer record measurements for requests in the timers.csv file.

@jowerner jowerner self-assigned this Nov 20, 2024
@jowerner
Copy link
Contributor Author

jowerner commented Nov 20, 2024

The reset() method must be properly overridden in XltWebClient to reconfigure stuff for XLT. This includes recreating the XLT-specific web connection.

@jowerner jowerner added this to the 8.5.0 milestone Nov 20, 2024
@jowerner jowerner linked a pull request Nov 20, 2024 that will close this issue
h-arlt pushed a commit that referenced this issue Nov 21, 2024
* When resetting the Web client, make sure the JavaScript engine and Web connection are recreated using XLT classes.

* Renamed setUp methods to avoid confusion with regular setter methods.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant