Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INTEGRATION [PR#1399 > development/8.1] bugfix: S3C-4275 enable skip-scan for DelimiterVersions with a delimiter #1401

Commits on Apr 9, 2021

  1. bugfix: S3C-4275 more DelimiterVersions unit tests

    Increase coverage for DelimiterVersions listing algorithm to have it
    in par with DelimiterMaster before attempting a fix: most existing
    tests from DelimiterMaster have been copied and adapted to fit the
    DelimiterVersions logic.
    jonathan-gramain committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    3506fd9 View commit details
    Browse the repository at this point in the history
  2. bugfix: S3C-4275 enable skip-scan for DelimiterVersions with a delimiter

    Enable the skip-scan optimization to work for DelimiterVersions
    listing algorithm when used with a delimiter.
    
    For this to work, instead of returning FILTER_ACCEPT when encountering
    a version that matches the master key (which resets the skip-scan
    counter), return FILTER_SKIP to let the skip-scan counter increment
    and eventually skip the entire listed common prefix after 100 entries.
    jonathan-gramain committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    ecaf9f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Merge branch 'bugfix/S3C-4275-versionListingWithDelimiterInefficiency…

    …' into tmp/octopus/w/7.10/bugfix/S3C-4275-versionListingWithDelimiterInefficiency
    bert-e committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    7a92327 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'w/7.10/bugfix/S3C-4275-versionListingWithDelimiterIneff…

    …iciency' into tmp/octopus/w/8.1/bugfix/S3C-4275-versionListingWithDelimiterInefficiency
    bert-e committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    274bf80 View commit details
    Browse the repository at this point in the history