-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reveal and settle to receive integer solution id (#3152)
# Description A follow up for #3071 This PR allows reference driver to receive both integer and strings for solution id, on `/reveal` and `/settle` endpoints. Note how this PR implements task 2 from the [linked pull request](#3071). This is done in this PR as a separate step to give time to colocated solvers using reference driver to update on time. If we were to just switch to using integer, colocated drivers would incur downtime. Next step is final step to use integer ONLY in both autopilot and driver, once we made sure all colocated solvers updated their driver. # Changes <!-- List of detailed changes (how the change is accomplished) --> - [ ] Driver able to receive both integer and string on `/reveal` and `/settle` - [ ] ... ## How to test The code is copy paste of already tested code.
- Loading branch information
Showing
3 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters