Use GRPC url standard #14112
Labels
area/testing
help wanted
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
stage/tracked
Milestone
Etcd code and tests depend on In particular our tests depend a lot on
unix://localhost:port
url schema, whileaccording to grpc standard: https://grpc.github.io/grpc/cpp/md_doc_naming.html the supported names are:
unix:path
orunix://absolute_path
(sounix:///tmp/foo
). This issue blocks grpc upgrade as etcd tests will not pass until we stop usingunix://localhost:port
.Context #14104
First issue that we need to address is stop depending on
unix://localhost:port
schema in tests to unblock dependency upgrade. Later we should propose a plan to match grpc standard. I expect this might require multiple releases to avoid introducing breaking changes.The text was updated successfully, but these errors were encountered: