-
Notifications
You must be signed in to change notification settings - Fork 8
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 http error parser in the client #36
Conversation
@amaltaro can you provide another PR without any formatting changes? If this PR will be merged I need to redo entire set of changes in DBSClient4go branch since you change all the formatting and this will force me to redo changes once again. I think we follow the rule in WMCore that formatting should be done after the fix is applied, and certainly this should be the case here too since it will break the merge with other branch. |
The rule in WMCore is to simply separate them in different commits, not in different PRs. Valentin, that's fine with me. I see the following alternatives, and I wait for your decision on how you prefer to proceed: Please let me know your preference. Thanks |
I suggest we will do the following:
|
Valentin, the actual fix has been provided already to the DBSClient4Go branch. Check it out here: I'm now going to remove this 2nd commit from this PR, and put it in a different PR. |
7cd3e74
to
4a2cab0
Compare
And here is the code reformat only PR: #39 |
They were made against different branches. |
@yuyiguo I plan to make another round of DBSClient4go branch changes against cmsweb-testbed tomorrow and then I can merge it (today I'm off for the rest of the day). |
@yuyiguo I suggest to build new release before the merge, this will give time for everyone and mark stable release before the changes required for Go server. |
Agreed! It seems to be 3.17.6 + this bugfix. That should give us a stable release based on this new repository separation. |
Fixes dmwm/WMCore#10887
Fix also provided in the old DBS repository: dmwm/DBS#660