Re: [PR] SOLR-17581: Less ZK watches in tests. [solr]

2025-01-20 Thread via GitHub
psalagnac merged PR #3036: URL: https://github.com/apache/solr/pull/3036 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.

Re: [PR] SOLR-17581: Less ZK watches in tests. [solr]

2025-01-16 Thread via GitHub
psalagnac commented on PR #3036: URL: https://github.com/apache/solr/pull/3036#issuecomment-2596891316 > ZkStateReader.waitForState has the wait unit params immediately after the collection name. I think the new waitForState you added should be consistent. Keeping the functional arg at the

Re: [PR] SOLR-17581: Less ZK watches in tests. [solr]

2025-01-16 Thread via GitHub
psalagnac commented on code in PR #3036: URL: https://github.com/apache/solr/pull/3036#discussion_r191871 ## solr/solrj/src/test/org/apache/solr/common/cloud/PerReplicaStatesIntegrationTest.java: ## @@ -245,50 +245,42 @@ public void testMultipleTransitions() throws Exception

Re: [PR] SOLR-17581: Less ZK watches in tests. [solr]

2025-01-16 Thread via GitHub
psalagnac commented on code in PR #3036: URL: https://github.com/apache/solr/pull/3036#discussion_r1918216036 ## solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudTestCase.java: ## @@ -207,6 +210,47 @@ protected static void waitForState( } } + /** + * Wait

Re: [PR] SOLR-17581: Less ZK watches in tests. [solr]

2025-01-15 Thread via GitHub
dsmiley commented on code in PR #3036: URL: https://github.com/apache/solr/pull/3036#discussion_r1917836970 ## solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudTestCase.java: ## @@ -207,6 +210,47 @@ protected static void waitForState( } } + /** + * Wait f