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

[indexer] Simplify setting up a test indexer writer or reader #19663

Merged
merged 4 commits into from
Oct 4, 2024

Commits on Oct 3, 2024

  1. Similar to what had been done on indexer's main.rs, split out instant…

    …iating an indexer writer and reader into separate functions, and use those functions in tests where we previously clobbered everything into a single function.
    wlmyng committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5399f84 View commit details
    Browse the repository at this point in the history
  2. fix the rest

    wlmyng committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7f2bb97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4cc90c View commit details
    Browse the repository at this point in the history
  4. clippy

    wlmyng committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0666f70 View commit details
    Browse the repository at this point in the history