ni / grpc-device

gRPC server providing remote access to NI device driver APIs.
MIT License
71 stars 50 forks source link

Fix runtime environment test failing in some situations. #1043

Closed reckenro closed 8 months ago

reckenro commented 8 months ago

What does this Pull Request accomplish?

Fixes a unit test to be more reliable.

Why should this Pull Request be merged?

Brought up by @amstewart who saw the test failing on a generic debian 12 container. Failed locally for me in the same way.

What testing has been done?

Test passes locally now. Build will verify it continues to pass there too.