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

SOLR-17066 Fix ShardSplitTest & StressHdfsTest #2457

Merged
merged 2 commits into from May 14, 2024

Conversation

dsmiley
Copy link
Contributor

@dsmiley dsmiley commented May 11, 2024

SOLR-17066 broke some tests marked Nightly since the beginning of February; they didn't fail previously then they fail always. It's so sad we don't have mechanisms to bring our attention to something that is so glaring. I just happened to be looking at build failures, and I saw so many and I started looking at them.

http://fucit.org/solr-jenkins-reports/history-trend-of-recent-failures.html#series/org.apache.solr.cloud.api.collections.ShardSplitTest.test
https://ge.apache.org/scans/tests?search.rootProjectNames=*solr*&search.timeZoneId=America%2FNew_York&tests.container=org.apache.solr.cloud.api.collections.ShardSplitTest&tests.help=executedTest&tests.test=test

Even though SOLR-17066 shipped, I'm nonetheless doing a PR against the same issue because I basically just fixed tests.

Copy link
Contributor

@gerlowskija gerlowskija left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, apologies for not catching these!

This LGTM - I especially appreciate the javadoc tweaks on the getUrl methods to indicate which style of URL is returned.

@dsmiley
Copy link
Contributor Author

dsmiley commented May 13, 2024

I'm going to merge this even though not all tests are fixed in ShardSplitTest. At least the ones introduced by SOLR-17066 are.

Sadly there are still more failures that seemed to have been introduced earlier, like org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitStaticIndexReplication starting 2023-11 which I'm looking in to.

@dsmiley dsmiley merged commit d141875 into apache:main May 14, 2024
4 checks passed
@dsmiley dsmiley deleted the solr-17066-fixShardSplitTest branch May 14, 2024 02:34
dsmiley added a commit that referenced this pull request May 14, 2024
Clarify getBaseURL

(cherry picked from commit d141875)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants