census-ecosystem / opencensus-experiments

Apache License 2.0
15 stars 11 forks source link

Add script to run tests #117

Closed c24t closed 5 years ago

c24t commented 5 years ago

Adds a basic script to kick off a test and print the results. We may want to package this differently -- e.g. as an installable python package or inside another docker container -- to get rid of these symlinks and so that we don't need grpcio installed on the system running the tests.

rghetia commented 5 years ago

couple of things to add. You can add it in separate PR.

  1. Add limit to wait time for result.
  2. Exit with -1 if it
    • times out
    • result status is failure.