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

Attempt to run lucene tests in parallel #2773

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    f8322d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add LimitConcurrency to FDBDatabasExtension

    This required moving it, and I renamed it to be more in-line with
    FDBDatabaseExtension.
    While I was at it, I changed the concurrency to the number of
    available processors.
    ScottDugas committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    87eeb21 View commit details
    Browse the repository at this point in the history
  2. Some debugging stuff

    ScottDugas committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a19b9b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44839bf View commit details
    Browse the repository at this point in the history
  4. More debugging

    ScottDugas committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    779795d View commit details
    Browse the repository at this point in the history
  5. Better debugging

    ScottDugas committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1b72884 View commit details
    Browse the repository at this point in the history
  6. Try to fail faster

    ScottDugas committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f2ef284 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    14f212f View commit details
    Browse the repository at this point in the history
  2. Change RangeSetTest to not be concurrent

    It fails to create multiple transactions in a second, and so some
    of the tests get transaction-too-old on the first operation after
    creating transactions.
    ScottDugas committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ef6b785 View commit details
    Browse the repository at this point in the history