-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛Prevent autoscaling from creating workers indefinitely #5008
🐛Prevent autoscaling from creating workers indefinitely #5008
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5008 +/- ##
=========================================
- Coverage 87.2% 65.3% -22.0%
=========================================
Files 1243 547 -696
Lines 51157 27808 -23349
Branches 1084 198 -886
=========================================
- Hits 44645 18177 -26468
- Misses 6273 9581 +3308
+ Partials 239 50 -189
Flags with carried forward coverage won't be shown. Click here to find out more.
|
services/autoscaling/tests/unit/test_modules_auto_scaling_computational.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, for my understanding: Are these changes related to the issues you mentioned to me were detected by the e2e tests I set up?
@bisgaard-itis : no this is another issue. the one of the e2e I am currently working on it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thxthx! ;-)
06501f8
to
aaad876
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code Climate has analyzed commit de79b63 and detected 0 issues on this pull request. View more on Code Climate. |
What do these changes do?
Bonus
Related issue/s
How to test
DevOps Checklist