-
Notifications
You must be signed in to change notification settings - Fork 107
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
Move filter replication json document under etc/ #12150
Conversation
And I can confirm that:
|
Jenkins results:
|
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.
looking good. Thanks @amaltaro
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.
thanks alan! looks perfect
Thanks for the review!
given that Jenkins is currently running in the RPM base deployment, I will have to adapt it somehow. |
Do not set ParentQueueUrl in the selector filter
8c68a0d
to
62aab36
Compare
Jenkins results:
|
Can one of the admins verify this patch? |
test this please |
Jenkins results:
|
Jenkins results:
|
Jenkins results:
|
test this please |
Jenkins results:
|
unit test with all possible fallbacks unit test: WMCORE_ROOT has double install dir now
789459a
to
ec125dd
Compare
test this please |
Jenkins results:
|
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.
thanks for the changes and upgrading the list of unstable unittests!
Thanks Dario! Failing unit test seems to actually be unstable:
let us keep an eye on it in near future PRs and set it appropriately, if needed. |
Fixes #11192
Status
ready
Description
Given that the json file isn't packaged into the distribution uploaded to PyPi, nor it can be packaged by instrumenting setup_dependencies.py [1] and [2]; I decided to move the json file under the
etc/
directory, which can be looked up through theWMA_DEPLOY_DIR
environment variable (suffixed withetc
).Summary of changes are:
ParentQueueUrl
from the replication filter functionreplication_selector.json
under etc/RucioUtils_t.RucioUtilsTest:testWeightedChoice
to the unstable tests.Is it backward compatible (if not, which system it affects?)
YES
Related PRs
Follow up of #12143
External dependencies / deployment changes
[1] ### Using the
statics
option like:[2] ### Using the
modules
option like: