-
Notifications
You must be signed in to change notification settings - Fork 104
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
ScottDugas
wants to merge
9
commits into
FoundationDB:main
Choose a base branch
from
ScottDugas:paralell-tests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8322d1 - Browse repository at this point
Copy the full SHA f8322d1View commit details
Commits on Jun 24, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 87eeb21 - Browse repository at this point
Copy the full SHA 87eeb21View commit details -
Configuration menu - View commit details
-
Copy full SHA for a19b9b4 - Browse repository at this point
Copy the full SHA a19b9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44839bf - Browse repository at this point
Copy the full SHA 44839bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 779795d - Browse repository at this point
Copy the full SHA 779795dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b72884 - Browse repository at this point
Copy the full SHA 1b72884View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ef284 - Browse repository at this point
Copy the full SHA f2ef284View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14f212f - Browse repository at this point
Copy the full SHA 14f212fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ef6b785 - Browse repository at this point
Copy the full SHA ef6b785View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.