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

Fix bug for queries with @recurse and expand(_all_). #3179

Merged
merged 1 commit into from
Mar 20, 2019

Commits on Mar 19, 2019

  1. Fix bug for queries with @recurse and expand(_all_).

    Currently this type of queries might result in an unrecoverable error
    in the alpha. This happens for example, while trying to expand on a node
    of type PASSWORD.
    
    The reason is that handleValuePostings and handleUidPostings sometimes
    successfully return early without setting the UidMatrix field.
    
    This change adds a fix and modifies the existing test to trigger this
    case. I have verified that the test crashes the alpha when the fix is
    absent.
    martinmr committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    8ac117f View commit details
    Browse the repository at this point in the history