HoustonPutman opened a new pull request #314: URL: https://github.com/apache/solr/pull/314
https://issues.apache.org/jira/browse/SOLR-15658 Still very much a work in progress. There are two tests that will fail consistently: - `S3BackupRepositoryTest.testCanListFullOrEmptyDirectories` - `S3IncrementalBackupTest.testBackupIncremental` The rest of the tests are either the same speed or much faster than using adobe/S3Mock, except for the following which take 30s each, for no discernible reason: - `S3BackupRepositoryTest.testBackwardRandomAccess` - `S3BackupRepositoryTest.testCopyFiles` - `S3BackupRepositoryTest.testRandomAccessInput` This s3Mock also requires that directory paths end in `/` for all operations including reads, which AWS S3 does not require. Some code had to be changed for this. I still also need to remove the Old S3 Mock from the codebase. -- 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