You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by md...@apache.org on 2022/04/18 19:26:44 UTC

[solr] branch branch_9_0 updated (9c12e34df36 -> 0ad954e43ab)

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

mdrob pushed a change to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 9c12e34df36 SOLR-15898 Upgrade-notes and major-changes for 9.0 (#769)
     add c7ad070f3ec SOLR-16134: Failing integration tests should fail the build (#785)
     add 79e40e1dc2e SOLR-16143: Fix integration test cleanup & snapshot failure cases (#789)
     add 0ad954e43ab SOLR-16143 SolrConfig ResourceProvider can miss updates from ZooKeeper (#801)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |  2 +
 solr/bin/solr                                      | 51 ++++++------
 .../org/apache/solr/core/ConfigSetService.java     |  9 +--
 .../src/java/org/apache/solr/core/SolrConfig.java  |  2 +-
 .../_default/conf/managed-schema.xml}              | 25 +++---
 .../solr/configsets/_default/conf/solrconfig.xml   | 87 +++++++++++++++++++++
 .../solr/util/MultipleManagedSchemasTest.java      | 90 ++++++++++++++++++++++
 solr/packaging/build.gradle                        | 10 ++-
 solr/packaging/test/README.md                      |  2 +
 solr/packaging/test/bats_helper.bash               | 26 +++++++
 solr/packaging/test/test_auth.bats                 |  2 +-
 .../test/{test_start_solr.bats => test_bats.bats}  | 29 +++++--
 solr/packaging/test/test_create_collection.bats    | 20 +++--
 solr/packaging/test/test_delete_collection.bats    |  9 ++-
 solr/packaging/test/test_help.bats                 |  2 +-
 solr/packaging/test/test_modules.bats              |  5 +-
 solr/packaging/test/test_start_solr.bats           |  9 ++-
 17 files changed, 308 insertions(+), 72 deletions(-)
 copy solr/core/src/test-files/solr/{collection1/conf/schema-tiny.xml => configsets/_default/conf/managed-schema.xml} (51%)
 create mode 100644 solr/core/src/test-files/solr/configsets/_default/conf/solrconfig.xml
 create mode 100644 solr/core/src/test/org/apache/solr/util/MultipleManagedSchemasTest.java
 copy solr/packaging/test/{test_start_solr.bats => test_bats.bats} (58%)