peterxcli commented on PR #9234:
URL: https://github.com/apache/ozone/pull/9234#issuecomment-3497129766
```
Tests run: 180, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 216.7 s
<<< FAILURE! -- in org.apache.hadoop.ozone.client.rpc.TestOzoneRpcClient
org.apache.hadoop.ozone.client.rpc.TestOzoneRpcClient.testBucketUsedNamespace(BucketLayout,
boolean)[6] -- Time elapsed: 3.192 s <<< FAILURE!
org.opentest4j.AssertionFailedError: expected: <4> but was: <3>
at
org.apache.hadoop.ozone.client.rpc.OzoneRpcClientTests.testBucketUsedNamespace(OzoneRpcClientTests.java:1765)
```
I also get this error when I was testing on my local.
```java
// line 1763-1765
String multiComponentsDir = "dir1/dir2/dir3/dir4";
client.createDirectory(volumeName, bucketName, multiComponentsDir);
assertEquals(OzoneFSUtils.getFileCount(multiComponentsDir),
getBucketUsedNamespace(volumeName, bucketName));
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]