Skip to content

0019 remove grpc from gauge

nehashri edited this page Sep 25, 2017 · 1 revision

19. Remove grpc from gauge

Date: 2017-08-16

Status

Accepted

Context

Gauge uses grpc to stream execution results to Visual Studio.
Intellij seems to have monkey patched the grpc library, so streaming responses to Intellij's test runner is not possible.

Decision

Remove grpc from gauge. Instead, stream execution events to standard output. Intellij and Visual studio will read the console output for event occurrences.

Consequences