solr icon indicating copy to clipboard operation
solr copied to clipboard

Skip ExtractingRequestHandlerTikaServerTest on s390x

Open sudip-ibm opened this issue 4 weeks ago • 2 comments

Description

Disable the failing ExtractingRequestHandlerTikaServerTest on s390x.

Solution

Skip ExtractingRequestHandlerTikaServerTest on s390x

Tests

Please describe the tests you've developed or run to confirm this patch implements the feature or solves the problem.

Checklist

Please review the following and check all that apply:

  • [x] I have reviewed the guidelines for How to Contribute and my code conforms to the standards described there to the best of my ability.
  • [ ] I have created a Jira issue and added the issue ID to my pull request title.
  • [x] I have given Solr maintainers access to contribute to my PR branch. (optional but recommended, not available for branches on forks living under an organisation)
  • [x] I have developed this patch against the main branch.
  • [x] I have run ./gradlew check.
  • [ ] I have added tests for my changes.
  • [ ] I have added documentation for the Reference Guide
  • [ ] I have added a changelog entry for my change

sudip-ibm avatar Dec 12 '25 08:12 sudip-ibm

Can you merge in latest main to see if CI is happy?

janhoy avatar Dec 12 '25 13:12 janhoy

Hi @janhoy , Thanks for the quick response! I’ve merged the latest main branch.

sudip-ibm avatar Dec 12 '25 13:12 sudip-ibm

I would have preferred a solution that doesn't involve a special case explicitly for s390x. Like being able to opt-out of docker tests (for whatever reason).

dsmiley avatar Dec 18 '25 03:12 dsmiley