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

Moved the RandomizedTesting generators to a separate library (Closes #257) #474

Merged
merged 6 commits into from
Apr 21, 2021

Conversation

NightOwl888
Copy link
Contributor

Closes #257.

This adds a reference to RandomizedTesting.Generators and eliminates all RandomizedTesting code from the test framework.

Note that some of the random methods were originally part of Lucene, but having methods that can generate random unicode strings is probably something that we will often need without a dependency on the test framework. The TestUtil method signatures were left intact (aside from parameter names), but they now just cascade the call to RandomizedTesting.Generators.

@NightOwl888 NightOwl888 added this to the 4.8.0-beta00015 milestone Apr 20, 2021
…se RandomizedTesting.Generators. Also changed incorrect references to NextDouble() to use NextGaussian() where appropriate.
@NightOwl888 NightOwl888 merged commit 4156f7a into apache:master Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make RandomizedTesting into a separate library
1 participant