HoustonPutman commented on code in PR #3142: URL: https://github.com/apache/solr/pull/3142#discussion_r1932899214
########## solr/core/src/test/org/apache/solr/handler/TestReplicationHandler.java: ########## @@ -1037,8 +1036,7 @@ private int indexDirCount(String ddir) { @Override public boolean accept(File dir, String name) { File f = new File(dir, name); - return f.isDirectory() - && !SolrSnapshotMetaDataManager.SNAPSHOT_METADATA_DIR.equals(name); + return f.isDirectory() && !name.startsWith("snapshot"); Review Comment: agreed, it's just in the error output that the snapshot is there. I know no magic 😅 -- 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.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org