Re: [I] Issue with JDBC Connection Configuration in Jmeter 5.6.2 [jmeter]

2023-12-18 Thread via GitHub
vlsi commented on issue #6174: URL: https://github.com/apache/jmeter/issues/6174#issuecomment-1861148060 The root cause is `${__time(-MM-dd hh:mm:sss)}` You should have `ss` instead of `sss`. In any case, you'd better use query parameters rather than building the string with

Re: [I] Issue with JDBC Connection Configuration in Jmeter 5.6.2 [jmeter]

2023-12-18 Thread via GitHub
johnqa commented on issue #6174: URL: https://github.com/apache/jmeter/issues/6174#issuecomment-1860820518 Please find attached the problematic jmx. [MSSQL_BugTest.zip](https://github.com/apache/jmeter/files/13705546/MSSQL_BugTest.zip) -- This is an automated message from the

Re: [I] Issue with JDBC Connection Configuration in Jmeter 5.6.2 [jmeter]

2023-12-18 Thread via GitHub
vlsi commented on issue #6174: URL: https://github.com/apache/jmeter/issues/6174#issuecomment-1860020320 Please attach the test plan that reproduces the issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[I] Issue with JDBC Connection Configuration in Jmeter 5.6.2 [jmeter]

2023-12-13 Thread via GitHub
johnqa opened a new issue, #6174: URL: https://github.com/apache/jmeter/issues/6174 ### Expected behavior I am trying to test different DB with JMeter 5.6.2 and I expect for the test to run without issues. As example JDBC Connection Configuration for MSSQL is in the attached