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

Let's run our Monster tests, at least once? #12932

Open
mikemccand opened this issue Dec 12, 2023 · 3 comments
Open

Let's run our Monster tests, at least once? #12932

mikemccand opened this issue Dec 12, 2023 · 3 comments

Comments

@mikemccand
Copy link
Member

mikemccand commented Dec 12, 2023

Description

I don't think our monster tests ever run?

I think we should run them at least for the 9.9.1 release. I'm especially interested in ensuring Test2BTerms is happy with our block tree optimization.

I will try.

@slow-J
Copy link
Contributor

slow-J commented Dec 13, 2023

Is there a specific method to follow for running Test20NewsgroupsClassification?
For me it fails when running: ./gradlew check -Ptests.heapsize=16g -Dtests.monster=true with

   >     java.security.AccessControlException: access denied ("java.io.FilePermission" "/path/to/lucene-solr/lucene/classification/20n" "read")

@gsmiller
Copy link
Contributor

@slow-J I think you’re hitting a know issue on AWS ec2 hosts with that exception. Have you tried on a non-ec2 host?

mikemccand added a commit to mikemccand/lucene that referenced this issue Dec 14, 2023
@mikemccand
Copy link
Member Author

For me it fails when running: ./gradlew check -Ptests.heapsize=16g -Dtests.monster=true with

It fails for me too -- it's silly (trying to write to an arbitrary "example" directory).

I've fixed this in #12942 but then the test hits another error (see that PR for details).

All other monster tests pass for me on 9.9, using that PR, yay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants