Create bucket version enum for tests

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Storage Execution NAMER
    • Fully Compatible
    • Execution NAMR Team 2023-09-04
    • 35
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We check against `control.version` being `1` or `2`. This isn't clear for those unfamiliar with the versioning scheme. Instead we can create a enum in the time-series library:

       

          const BucketVersion = {
              kUncompressed: 1,
              kCompressed: 2,
          };
      

            Assignee:
            Gregory Wlodarek
            Reporter:
            Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: