yuqi1129 commented on PR #9559:
URL: https://github.com/apache/gravitino/pull/9559#issuecomment-3692501876

   In fact, we do need to close the pools in advance, or the following test 
failure will occur occasionally, the frequency is about one per twenty. 
   
   > Task :core:test
   OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader 
classes because bootstrap classpath has been appended
   
   TestJobManager > testDeleteJobTemplate() FAILED
       org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
           at 
app//org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
           at 
app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
           at 
app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:51)
           at 
app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:194)
           at 
app//org.apache.gravitino.job.TestJobManager.testDeleteJobTemplate(TestJobManager.java:306)
   
   12 tests completed, 1 failed


-- 
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]

Reply via email to