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

Implemented throttling for max workflows to be created #151

Merged
merged 7 commits into from
Nov 13, 2023

Commented tests and added javadoc

c4b9a68
Select commit
Loading
Failed to load commit list.
Merged

Implemented throttling for max workflows to be created #151

Commented tests and added javadoc
c4b9a68
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2023 in 0s

66.58% (-1.13%) compared to 1de0ca5

View this Pull Request on Codecov

66.58% (-1.13%) compared to 1de0ca5

Details

Codecov Report

Merging #151 (c4b9a68) into main (1de0ca5) will decrease coverage by 1.13%.
The diff coverage is 33.84%.

❗ Current head c4b9a68 differs from pull request most recent head 7a0b6d3. Consider uploading reports for the commit 7a0b6d3 to get more accurate results

@@             Coverage Diff              @@
##               main     #151      +/-   ##
============================================
- Coverage     67.70%   66.58%   -1.13%     
+ Complexity      330      329       -1     
============================================
  Files            43       45       +2     
  Lines          1539     1583      +44     
  Branches        142      143       +1     
============================================
+ Hits           1042     1054      +12     
- Misses          448      480      +32     
  Partials         49       49              
Files Coverage Δ
.../opensearch/flowframework/FlowFrameworkPlugin.java 100.00% <100.00%> (ø)
...ork/common/FlowFrameworkFeatureEnabledSetting.java 100.00% <ø> (ø)
...ch/flowframework/common/FlowFrameworkSettings.java 100.00% <100.00%> (ø)
...owframework/rest/AbstractSearchWorkflowAction.java 67.85% <ø> (ø)
...rch/flowframework/rest/AbstractWorkflowAction.java 100.00% <100.00%> (ø)
...pensearch/flowframework/util/RestHandlerUtils.java 0.00% <ø> (ø)
...h/flowframework/rest/RestCreateWorkflowAction.java 56.25% <50.00%> (ø)
...lowframework/rest/RestProvisionWorkflowAction.java 56.66% <0.00%> (ø)
...earch/flowframework/transport/WorkflowRequest.java 93.33% <80.00%> (-6.67%) ⬇️
...ework/transport/CreateWorkflowTransportAction.java 29.16% <2.50%> (-16.55%) ⬇️