smallzhongfeng commented on issue #442:
URL: 
https://github.com/apache/incubator-uniffle/issues/442#issuecomment-1367752987

   > > `org.opentest4j.AssertionFailedError: expected: <null> but was: <30>` It 
is said here that the expectation is null, but it is actually 30. However, the 
expected value of my code is 30. I feel a little confused
   > > ```
   > > assertEquals(user3, 30);
   > > ```
   > 
   > user3 is set null value.
   ```
   2022-12-21 03:52:53,270 ERROR [UpdateDefaultApp-0] coordinator.QuotaManager 
(QuotaManager.java:detectUserResource(94)) - Can't find this file 
hdfs://localhost:40055/quotaFile.properties
   ```
   This is the reason why user3 is null, because the update of quota file 
failed. I'll fix this.


-- 
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: dev-unsubscr...@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to