-
Notifications
You must be signed in to change notification settings - Fork 176
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
[9.0] remove JobDB's site mask #7762
Conversation
43da1c7
to
10e7840
Compare
10e7840
to
45d3a7d
Compare
e9085aa
to
046dd7e
Compare
2a60742
to
1252509
Compare
5292180
to
9d43a87
Compare
@@ -181,6 +172,20 @@ def monkeypatchForAllTest(monkeypatch): | |||
lambda _self, _seName, _vo: S_OK(), | |||
) | |||
|
|||
def mock_init(self, useProxy=False, vo=None): |
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.
Why is that necessary here and below now ?
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.
Before tests were never going through RSS for finding the status of a SE, now they do. So, some mocking of StorageFactory
had to be added.
OK now? I will merge in an hour or 2 |
BEGINRELEASENOTES
*WMS
CHANGE: removed JobDB's SiteMask and Logging
ENDRELEASENOTES