Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
Whenever we make changes to the sttable format and update Descriptor.Version.current_version, BootstrapTest always breaks as we hardcode the version into the file. Trivial patch makes Descriptor.Version.current_version public, and BootstrapTest reads that instead of using a hardcoded value.