Skip to content

Removed com.carrotsearch.randomizedtesting.RandomizedRunner from tests in src/integrationTest#5869

Merged
cwperks merged 6 commits intoopensearch-project:mainfrom
nibix:remove-randomizedtesting
Dec 24, 2025
Merged

Removed com.carrotsearch.randomizedtesting.RandomizedRunner from tests in src/integrationTest#5869
cwperks merged 6 commits intoopensearch-project:mainfrom
nibix:remove-randomizedtesting

Conversation

@nibix
Copy link
Collaborator

@nibix nibix commented Dec 19, 2025

Description

This is in reaction to the issues observed in #5865 (comment)

This PR removes the com.carrotsearch.randomizedtesting.RandomizedRunner test runner from the tests in src/integrationTest/ ; IMHO, this randomized testing approach is not really applicable to security plugin testing anyway.

  • Category: Maintenance
  • Why these changes are required? Fixing issues with com.carrotsearch.randomizedtesting.RandomizedRunner
  • What is the old behavior before changes and new behavior after changes? no changes

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…grationTest

Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.73%. Comparing base (212c132) to head (8efd4b8).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5869      +/-   ##
==========================================
+ Coverage   73.68%   73.73%   +0.04%     
==========================================
  Files         438      438              
  Lines       26644    26649       +5     
  Branches     3938     3939       +1     
==========================================
+ Hits        19633    19649      +16     
+ Misses       5138     5128      -10     
+ Partials     1873     1872       -1     

see 10 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nibix
Copy link
Collaborator Author

nibix commented Dec 23, 2025

@cwperks @DarshitChanpura @shikharj05 what do you think about this?

This would fix the test issues in #5865

@cwperks cwperks merged commit 7f168b1 into opensearch-project:main Dec 24, 2025
66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants