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

PMM-12896 Add limit for actions/jobs executed on the same DB at the same time #2898

Merged
merged 35 commits into from
May 22, 2024

Merge branch 'main' into PMM-12896-limit-conns-num-from-jobs-runner

256c8b1
Select commit
Loading
Failed to load commit list.
Merged

PMM-12896 Add limit for actions/jobs executed on the same DB at the same time #2898

Merge branch 'main' into PMM-12896-limit-conns-num-from-jobs-runner
256c8b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 21, 2024 in 0s

41.80% (-1.48%) compared to b4a4c6d

View this Pull Request on Codecov

41.80% (-1.48%) compared to b4a4c6d

Details

Codecov Report

Attention: Patch coverage is 57.43945% with 123 lines in your changes are missing coverage. Please review.

Project coverage is 41.80%. Comparing base (b4a4c6d) to head (256c8b1).
Report is 2 commits behind head on main.

Files Patch % Lines
agent/runner/jobs/pbm_helpers.go 0.00% 25 Missing ⚠️
agent/runner/runner.go 86.25% 12 Missing and 6 partials ⚠️
agent/client/client.go 6.25% 15 Missing ⚠️
agent/runner/jobs/mongodb_backup_job.go 20.00% 8 Missing ⚠️
agent/runner/actions/mongodb_explain_action.go 50.00% 4 Missing and 1 partial ⚠️
...unner/actions/mongodb_query_admincommand_action.go 44.44% 4 Missing and 1 partial ⚠️
...t/runner/actions/postgresql_query_select_action.go 58.33% 4 Missing and 1 partial ⚠️
...ent/runner/actions/postgresql_query_show_action.go 50.00% 4 Missing and 1 partial ⚠️
...ner/actions/postgresql_show_create_table_action.go 50.00% 4 Missing and 1 partial ⚠️
...ent/runner/actions/postgresql_show_index_action.go 50.00% 4 Missing and 1 partial ⚠️
... and 12 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2898      +/-   ##
==========================================
- Coverage   43.28%   41.80%   -1.48%     
==========================================
  Files         399      397       -2     
  Lines       41394    48489    +7095     
==========================================
+ Hits        17916    20272    +2356     
- Misses      21477    26213    +4736     
- Partials     2001     2004       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.