-
Notifications
You must be signed in to change notification settings - Fork 1
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
Query should accept a Gatling Expression #1
Comments
Hi, until this is resolved, is there any way to actually pass parameters from one .exec to another exec.? Any variant I tried didn't work as e.g. example that doesn't work because QueryActionBuilder cannot be converted to Session:
This suggests this plugin only works with static SQL queries which is odd because then it reduces the need to even include it within the .exec Gatling DSL chain. |
This is not how Gatling works, it's not specific to this third party plugin. Instead, have you tried:
|
Hi @slandelle , you're right this does work (with curly brackets instead of colon in queryP, e.g. {id} ). I misinterpreted this ticket and my own experimentation thought me to believe referencing session variables like "#{id}" would not work with this plugin. Working code for me was:
Thank you! |
Tinkoff/gatling-jdbc-plugin#77
The text was updated successfully, but these errors were encountered: