You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2021/04/01 09:55:20 UTC

[lucene-solr] branch jira/solr15288 updated (36be806 -> 52f3097)

This is an automated email from the ASF dual-hosted git repository.

noble pushed a change to branch jira/solr15288
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


    from 36be806  Revert "added debugging"
     add 52f3097  moved tests to a separate class

No new revisions were added by this update.

Summary of changes:
 .../apache/solr/cloud/overseer/NodeMutator.java    |   8 +-
 .../client/solrj/impl/CloudSolrClientTest.java     |   4 +-
 .../cloud/PerReplicaStatesIntegrationTest.java     | 219 +++++++++++++++++++++
 3 files changed, 223 insertions(+), 8 deletions(-)
 create mode 100644 solr/solrj/src/test/org/apache/solr/common/cloud/PerReplicaStatesIntegrationTest.java