Page MenuHomePhabricator

[commtest] Fix code version for grpc client tests
ClosedPublic

Authored by bartek on Oct 19 2023, 1:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 19, 4:20 AM
Unknown Object (File)
Sat, Oct 19, 4:20 AM
Unknown Object (File)
Sat, Oct 19, 4:18 AM
Unknown Object (File)
Sat, Oct 19, 4:02 AM
Unknown Object (File)
Sep 19 2024, 3:19 AM
Unknown Object (File)
Sep 14 2024, 6:34 PM
Unknown Object (File)
Sep 14 2024, 6:34 PM
Unknown Object (File)
Sep 14 2024, 6:33 PM
Subscribers

Details

Summary

Identity service has min-version hardcoded to 270 while the test was providing 100, which caused failure due to "Unsupported version".
Changed it to 1000 to give us some time. When it fails next time we can bump it up again, unless we have better ways of setting the value.

Test Plan

The test no longer fails

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable