-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Parameterize tests for concurrent search 3 #9982
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:Checks if related components are compatible with change 2fc92ec Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git] |
318070c
to
b8cba26
Compare
Gradle Check (Jenkins) Run Completed with:
|
b8cba26
to
6806fce
Compare
Gradle Check (Jenkins) Run Completed with:
|
fd0dfcc
to
6e6e3ef
Compare
Gradle Check (Jenkins) Run Completed with:
|
6e6e3ef
to
21e6d54
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
#9464 - flaky test |
a9f2d13
to
eaa61a4
Compare
Gradle Check (Jenkins) Run Completed with:
|
eaa61a4
to
c79d591
Compare
Gradle Check (Jenkins) Run Completed with:
|
c79d591
to
c1c87a1
Compare
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #9982 +/- ##
============================================
- Coverage 71.09% 70.99% -0.11%
+ Complexity 58092 58041 -51
============================================
Files 4824 4824
Lines 273915 273915
Branches 39917 39917
============================================
- Hits 194748 194458 -290
- Misses 62841 63132 +291
+ Partials 16326 16325 -1 |
.../src/internalClusterTest/java/org/opensearch/search/aggregations/bucket/DateHistogramIT.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Neetika Singhal <[email protected]>
c1c87a1
to
2fc92ec
Compare
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Neetika Singhal <[email protected]> (cherry picked from commit d2ca926) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit d2ca926) Signed-off-by: Neetika Singhal <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Neetika Singhal <[email protected]>
Signed-off-by: Neetika Singhal <[email protected]> Signed-off-by: Ivan Brusic <[email protected]>
Signed-off-by: Neetika Singhal <[email protected]>
Signed-off-by: Neetika Singhal <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
Parameterizing first batch of ITs with concurrent search enabled as part of this PR.
List of ITs Parameterized in this PR:
Related Issues
Resolves #9443
Check List
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.