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

Update RestController constructor for tests. #440

Merged

Conversation

Tjofil
Copy link
Contributor

@Tjofil Tjofil commented May 4, 2023

Due to opensearch-project/OpenSearch#7246, added dummy IdentityService objects into ResController constructors used in tests.

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • 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.

@codecov-commenter
Copy link

Codecov Report

Merging #440 (01d30a2) into main (d7a1dde) will increase coverage by 0.15%.
The diff coverage is n/a.

❗ Current head 01d30a2 differs from pull request most recent head 2371da4. Consider uploading reports for the commit 2371da4 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##               main     #440      +/-   ##
============================================
+ Coverage     71.95%   72.10%   +0.15%     
- Complexity      374      375       +1     
============================================
  Files            44       44              
  Lines          2560     2560              
  Branches        173      173              
============================================
+ Hits           1842     1846       +4     
+ Misses          609      606       -3     
+ Partials        109      108       -1     

see 1 file with indirect coverage changes

@khushbr khushbr merged commit f65f8f9 into opensearch-project:main May 4, 2023
khushbr pushed a commit to khushbr/performance-analyzer that referenced this pull request May 17, 2023
khushbr added a commit that referenced this pull request May 17, 2023
* Update RestController constructor for tests. (#440)

Signed-off-by: Filip Drobnjakovic <[email protected]>

* Fixing ShardStateCollector; impacted by core refactoring

Signed-off-by: Khushboo Rajput <[email protected]>

* [Collector] Adding Latency and Error service metrics (#442)

* [Collector] Adding Latency and Error service metrics

Signed-off-by: Khushboo Rajput <[email protected]>

* Removing fastdoubleparser-LICENSE.txt and fastdoubleparser-NOTICE.txt

Signed-off-by: Khushboo Rajput <[email protected]>

---------

Signed-off-by: Khushboo Rajput <[email protected]>

* License changes

Signed-off-by: Khushboo Rajput <[email protected]>

---------

Signed-off-by: Filip Drobnjakovic <[email protected]>
Signed-off-by: Khushboo Rajput <[email protected]>
Co-authored-by: Filip Drobnjaković <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants