diff options
author | Eric Gribkoff <ericgribkoff@google.com> | 2019-01-04 13:59:19 -0800 |
---|---|---|
committer | Eric Gribkoff <ericgribkoff@google.com> | 2019-01-04 14:03:31 -0800 |
commit | d79d2f1ca763d758b2d83a39a27c3e7e698e94a9 (patch) | |
tree | aa9a348f1f2a54e13c222c1353aeca52c8d64aaa /src/csharp/Grpc.Core | |
parent | 2dda0bb21bbe6e0914cd12fbf3ffa013111cc8a3 (diff) |
Do not reload grpc in unit tests
This can break subsequently run tests, including any which have already
stored references to gRPC enums (such as grpc.StatusCode.OK). The
subsequent tests will compare now be comparing the old enums to the
reloaded enums, and they will not match. This causes errors in
_metadata_code_details_test and a hang in _metadata_flags_test, when run
in sequence locally after _logging_test.
It's unclear why this has been working on Kokoro, but it is reproducible
locally and is behavior that should be avoided.
Diffstat (limited to 'src/csharp/Grpc.Core')
0 files changed, 0 insertions, 0 deletions