Skip to content
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

[Backport 2.x] Add indexRandomForConcurrentSearch for tests #11204

Merged
merged 6 commits into from
Nov 17, 2023

Commits on Nov 14, 2023

  1. Add indexRandomForConcurrentSearch method to tests: (opensearch-proje…

    …ct#11118)
    
    * IndexStatsIT.java
    * SearchTimeoutIT.java
    * NaNSortingIT.java
    * NestedIT.java
    * RangeIT.java
    
    Signed-off-by: Jay Deng <jayd0104@gmail.com>
    jed326 authored and Jay Deng committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0539713 View commit details
    Browse the repository at this point in the history
  2. Add indexRandomForConcurrentSearch for tests: (opensearch-project#11181)

    * MultiSearchIT.java
    * SimpleNestedIT.java
    * SearchPreferenceIT.java
    * SimpleQueryStringIT.java
    * ScriptQuerySearchIT.java
    
    Signed-off-by: Jay Deng <jayd0104@gmail.com>
    jed326 authored and Jay Deng committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b8e5fc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Fix tests for concurrent search with IndexRandomForConcurrentSearch f…

    …ollow-up [opensearch-project#11130] (opensearch-project#11212)
    
    Signed-off-by: Ganesh Ramadurai <ganeshkrishna2396@gmail.com>
    Co-authored-by: Ganesh Ramadurai <ganeshkrishna2396@gmail.com>
    2 people authored and Jay Deng committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    697fcf3 View commit details
    Browse the repository at this point in the history
  2. Fix tests for concurrent search (opensearch-project#11130)

    Signed-off-by: Ganesh Ramadurai <ganeshkrishna2396@gmail.com>
    Signed-off-by: Ganesh Ramadurai <gramadur@amazon.com>
    Co-authored-by: Ganesh Ramadurai <ganeshkrishna2396@gmail.com>
    2 people authored and Jay Deng committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1a2a9eb View commit details
    Browse the repository at this point in the history
  3. Fixing the tests for concurrent search (opensearch-project#11076)

    * Fixing the tests for concurrent search
    
    Signed-off-by: Bansi Kasundra <kasundra@amazon.com>
    
    * Remove changes for non-flaky tests
    
    Signed-off-by: Bansi Kasundra <kasundra@amazon.com>
    
    ---------
    
    Signed-off-by: Bansi Kasundra <kasundra@amazon.com>
    kasundra07 authored and Jay Deng committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bee638c View commit details
    Browse the repository at this point in the history
  4. Fixed test cases for concurrent search (opensearch-project#11184)

    Updated flaky and failing test cases after changes to indexRandomForConcurrentSearch
    	    Remove unnecessary call to indexRandomForConcurrentSearch in testSearchAndRelocateConcurrently
    
    Signed-off-by: Ethan Emoto <eemoto@amazon.com>
    e-emoto authored and Jay Deng committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bfddc44 View commit details
    Browse the repository at this point in the history