gh-yzou opened a new pull request, #1541:
URL: https://github.com/apache/polaris/pull/1541

   Test IcebergCatalogTest and TableCleanupTaskHandlerTest fails when 
maxParallelForks is set to 1.
   1) IcebergCatalogTest fails because the metadata location file already 
exists, this is due to the fact that couple of tests points try to write to the 
same location. Mitigated by using location with random suffix to avoid conflict.
   2) TableCleanupTaskHandlerTest fails due to Null pointer problem for 
getCurrentCallContext. Fix the test by using quarkus injection to get the 
callContext correctly.
   3) The quarkus tests sometimes fails due to OutOfMemory error, default heap 
size seems 512 MB. Increase it to 4g to avoid the problem
   


-- 
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: issues-unsubscr...@polaris.apache.org

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

Reply via email to