census-ecosystem / opencensus-experiments

Apache License 2.0
15 stars 11 forks source link

interoptest/proto: each TestRequest can only have one service. #89

Closed songy23 closed 5 years ago

songy23 commented 5 years ago

https://github.com/songy23/opencensus-experiments/blob/f177f908a454749b81fb2e1751651a6608e84e33/interoptest/proto/interoperability_test.proto#L28-L33

Each Service has a unique address (host:port). They cannot be bundled in one request.

songy23 commented 5 years ago

Question: is test coordinator

  1. sending test request to each service (e.g java:http:tracecontext) directly?
  2. or sending one test request to each server (e.g Java server) at a particular port, then server starts each service accordingly?
songy23 commented 5 years ago

From the example seems to be 2. Closing.