-
Notifications
You must be signed in to change notification settings - Fork 167
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
Fix suffix list test for new nsclean step #8111
Conversation
Latest commit also fixes codestyle failures and updates the README for the B10.0.1 installation in Ops yesterday. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #8111 +/- ##
=======================================
Coverage 75.42% 75.42%
=======================================
Files 464 464
Lines 37938 37938
=======================================
Hits 28615 28615
Misses 9323 9323
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Do we know why the nsclean PR didn't catch this?
LGTM
Which problem: the unit test or the codestyle? The codestyle error showed up in the original PR and I just ignored it. Don't recall seeing the unit test failure. |
I meant the unit test - I went back and looked at the PR and the unit tests passed then. Seems strange. |
It's one of those little mysteries of life. |
Looks like I was too slow :) LGTM. Thanks for the request for a review as a good excuse to look at the suffix code. It looks pretty straightforward to add a new one. |
Well, it may look that way on the surface, but it's always taken me a couple of tries to get it right. |
It would be really good to make the suffix replacement code more flexible. Either a registry, or dynamic based on registered steps in the Also, having Also, it would be really good to standardize that the I'll file a separate issue on this. |
This PR fixes a failing unit test, due to the recent addition of the new "nsclean" step.
Checklist for maintainers
CHANGES.rst
within the relevant release sectionHow to run regression tests on a PR