Github user IgorSasovets commented on the issue:
https://github.com/apache/jmeter/pull/390
@pmouawad , are there some tests related to or based on deprecated MongoDB
sampler (or mongo-java-driver version)? Because I can't get failed test name. I
investigated it by removin
Github user IgorSasovets commented on the issue:
https://github.com/apache/jmeter/pull/390
@FSchumacher , there were problems related to deprecated methods in
mongo-java-driver, I fixed it. How I can get failed unit test name?
---
Github user IgorSasovets commented on the issue:
https://github.com/apache/jmeter/pull/390
@FSchumacher, I can try your updates and provide feedback. Also, please
provide your Java and ant versions. Maybe this caused errors during build
process.
---
Github user IgorSasovets commented on the issue:
https://github.com/apache/jmeter/pull/390
Thanks for support! I tested my changes using ant download_jars command and
didn't get any errors. I think we should continue our discussion. How I can
mail you?
---
Github user IgorSasovets commented on the issue:
https://github.com/apache/jmeter/pull/390
Hi, @FSchumacher ! Thanks for quick response. As I have seen, build failed
due to problems with ant. Could you please explain me how my PR is connected to
jars update? I just want to improve
GitHub user IgorSasovets opened a pull request:
https://github.com/apache/jmeter/pull/390
Update mongo-java-driver version
## Description
- changed mongo-java-driver version to 3.8.0;
- updated LICENSE file;
## Motivation and Context
Hi, Team! I wanted to test