-
Notifications
You must be signed in to change notification settings - Fork 327
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
Fix supported MongoDB versions in NoSQL injection test #3717
Conversation
Overall package sizeSelf size: 5.38 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3717 +/- ##
=======================================
Coverage 85.05% 85.05%
=======================================
Files 225 225
Lines 9238 9238
Branches 33 33
=======================================
Hits 7857 7857
Misses 1381 1381 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksBenchmark execution time: 2023-10-13 14:22:28 Comparing candidate commit d0dae02 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 481 metrics, 11 unstable metrics. |
26bad19
to
d049c4a
Compare
* Fix supported MongoDB versions in NoSQL injection test * Simplify version range for mongodb
* Fix supported MongoDB versions in NoSQL injection test * Simplify version range for mongodb
* Fix supported MongoDB versions in NoSQL injection test * Simplify version range for mongodb
* Fix supported MongoDB versions in NoSQL injection test * Simplify version range for mongodb
* Fix supported MongoDB versions in NoSQL injection test * Simplify version range for mongodb
* Fix supported MongoDB versions in NoSQL injection test * Simplify version range for mongodb
* Fix supported MongoDB versions in NoSQL injection test * Simplify version range for mongodb
* Fix supported MongoDB versions in NoSQL injection test * Simplify version range for mongodb
* Fix supported MongoDB versions in NoSQL injection test * Simplify version range for mongodb
* Fix supported MongoDB versions in NoSQL injection test * Simplify version range for mongodb
What does this PR do?
Runs MongoDb NoSQL injection test only with supported versions.
Motivation
Supported
mongodb
versions supports different node versions, leading to some tests to fail when run in old node versions.