You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Ethan Rose (Jira)" <ji...@apache.org> on 2021/10/28 17:29:00 UTC

[jira] [Created] (HDDS-5908) Intermittent failure in TestOzoneAtRestEncryption#testMPUwithOnePart

Ethan Rose created HDDS-5908:
--------------------------------

             Summary: Intermittent failure in TestOzoneAtRestEncryption#testMPUwithOnePart
                 Key: HDDS-5908
                 URL: https://issues.apache.org/jira/browse/HDDS-5908
             Project: Apache Ozone
          Issue Type: Sub-task
            Reporter: Ethan Rose
            Assignee: Ethan Rose
         Attachments: repeat_mpu_test.diff

Failure was observed on this CI run: [https://github.com/apache/ozone/runs/4015387580?check_suite_focus=true]

The output bundles expired before I could add them to this Jira, but the failure can be reproduced on master by applying the patch attached to this Jira and running the test. The patch speeds up repeated execution of the test by repeatedly writing keys without having to spin up a new mini ozone cluster in between each write.  It usually takes about 4 minutes and 1200 iterations to reproduce.

The failing assertion is:
{code:java}
OzoneInputStream inputStream = bucket.readKey(keyName);
Assert.assertTrue(inputStream instanceof MultipartCryptoKeyInputStream);{code}
Indicating a plain OzoneInputStream is returned, since the class has no other sub classes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org