-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/build/cmd/coordinator: gomote create doesn't work with older gomote clients #35778
Comments
I made a recent gomote change (https://go-review.googlesource.com/c/build/+/207841) that changed the protocol a bit but it should've been backwards compatible with old clients. Maybe not? Try updating your gomote if you didn't? |
Ah that did it. Thanks, Brad! |
I'll repurpose this bug to be about fixing the gomote server to work with older clients. Or just removing the server compat code I added which apparently never worked. |
Was there a test? |
Change https://golang.org/cl/208437 mentions this issue: |
The gomote stuff isn't wonderfully tested. It's a huge Rube Goldberg machine with huge dependencies. I haven't broken it up to be testable yet. It's just never been a priority given the limited user base. Low SLO service. :) |
While not to derail this specific issue, testing and documentation are becoming more of a priority now that there are three additional people focused primarily on this codebase and changing things is very scary at the moment. Even if it comes at the cost of lower velocity in other areas. |
@dmitshur @cagedmantis @bradfitz @toothrot
The text was updated successfully, but these errors were encountered: