Page MenuHomePhabricator

[services] Tunnelbroker - Fix `GetN()`->`GetS()`.
ClosedPublic

Authored by max on Apr 7 2022, 2:58 AM.
Tags
None
Referenced Files
F5086726: D3642.id11268.diff
Sat, Mar 29, 9:12 PM
F5081524: D3642.id11269.diff
Sat, Mar 29, 5:56 AM
Unknown Object (File)
Tue, Mar 11, 1:58 AM
Unknown Object (File)
Tue, Mar 11, 1:54 AM
Unknown Object (File)
Tue, Mar 11, 1:54 AM
Unknown Object (File)
Tue, Mar 11, 1:54 AM
Unknown Object (File)
Tue, Mar 11, 1:54 AM
Unknown Object (File)
Feb 26 2025, 6:52 AM

Details

Summary

This is a small fix error on std:stoull that throws an exception because it's expecting a string, but we return the number in GetN().
We've agreed before that we should use GetS() from AWS C++ SDK everywhere.
This diff changes GetN()->GetS().

Test Plan

Run yarn test-tunnelbroker-service and successfully build the app.

Diff Detail

Repository
rCOMM Comm
Branch
arcpatch-D3642
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

This revision is now accepted and ready to land.Apr 8 2022, 12:30 AM
This revision was landed with ongoing or failed builds.Apr 11 2022, 2:13 AM
This revision was automatically updated to reflect the committed changes.