Attila Doroszlai created HDDS-10091:
---------------------------------------

             Summary: TestOzoneDebugShell fails with FILE_SYSTEM_OPTIMIZED 
bucket layout
                 Key: HDDS-10091
                 URL: https://issues.apache.org/jira/browse/HDDS-10091
             Project: Apache Ozone
          Issue Type: Sub-task
            Reporter: Attila Doroszlai


{{TestOzoneDebugShell}} fails if the bucket it creates uses 
{{FILE_SYSTEM_OPTIMIZED}} layout (by passing it explicitly 
[here|https://github.com/apache/ozone/blob/ebef4f7b1ed86f8cd6a06edd394534ab7bb178fa/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestOzoneDebugShell.java#L188]):

{code}
[INFO] Running org.apache.hadoop.ozone.shell.TestOzoneDebugShell
Error:  Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 26.11 s 
<<< FAILURE! -- in org.apache.hadoop.ozone.shell.TestOzoneDebugShell
Error:  
org.apache.hadoop.ozone.shell.TestOzoneDebugShell.testLdbCliForOzoneSnapshot -- 
Time elapsed: 1.470 s <<< FAILURE!
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
        at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
        at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
        at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
        at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:31)
        at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:183)
        at 
org.apache.hadoop.ozone.shell.TestOzoneDebugShell.testLdbCliForOzoneSnapshot(TestOzoneDebugShell.java:175)
{code}

Since {{FILE_SYSTEM_OPTIMIZED}} is the default layout, this should be checked 
if it's a test or product bug.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to