rajdchak commented on code in PR #7738: URL: https://github.com/apache/hadoop/pull/7738#discussion_r2152273487
########## hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AAnalyticsAcceleratorStreamReading.java: ########## @@ -194,4 +205,61 @@ public void testInvalidConfigurationThrows() throws Exception { () -> S3SeekableInputStreamConfiguration.fromConfiguration(connectorConfiguration)); } + /** + * This test verifies that the OpenStreamInfo object contains correct encryption + * settings when reading an SSEC encrypted file with analytics stream. + * + * @throws Exception + */ + + @Test + public void testAnalyticsStreamOpenStreamInfoWhenSSECEncryptionEnabled() throws Exception { + Configuration confSSEC = this.createConfiguration(); + S3ATestUtils.disableFilesystemCaching(confSSEC); Review Comment: There are tests similar to what you are suggesting in ITestS3AEncryptionSSEC, may be we can run those with AAL enabled always -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org