Hi Vladimir, great piece of work!
I just noticed the following: If executing the "gw batchJDBC_TESTS" task via Eclipse, I get an error: --------------------------------------------------------------------------------------------------------------- > Task :src:dist-check:batchJDBC_TESTS FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':src:dist-check:batchJDBC_TESTS'. > Failures detected while testing > C:\Users\fs\wsl\jmeter\bin\testfiles\JDBC_TESTS.jmx: [unexpected output > JDBC_TESTS.csv] * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. --------------------------------------------------------------------------------------------------------------- If I execute the "gw batchJDBC_TESTS" via command line, it says "BUILD SUCCESSFUL". Notice you have to manually add a gradle run configuration for that tasks, as "batchJDBC_TESTS" is now hidden and cannot be clicked directly in the Eclipse "Gradle Tasks" gui element, maybe due to the latest change you made due to my suggestion ;-) gw tasks "batchTests - Executes all the batch tests (add -PallBatch to see individual batch tasks)" ... of course, eclipse cannot add this parameter -PallBatch... I am not sure if the failed test is due to the hidden individual batch tasks. Best, Franz -----Ursprüngliche Nachricht----- Von: Vladimir Sitnikov <[email protected]> Gesendet: Friday, August 2, 2019 4:16 PM An: ApacheJMeter dev list <[email protected]> Betreff: Re: [VOTE] JMeter: migration to Git+Gradle Thanks everybody for the feedback. I've merged the change, so JMeter is using Gradle, and Ant is no longer supported as a build system (build.xml is no longer present). Vladimir
