wuchong commented on issue #2581:
URL: https://github.com/apache/fluss/issues/2581#issuecomment-3889424694

   Similar to this: 
https://github.com/apache/fluss/actions/runs/21937746792/job/63355594694?pr=2651
   
   
   ```
   Error:  Tests run: 32, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
165.718 s <<< FAILURE! - in org.apache.fluss.client.admin.FlussAdminITCase
   Error:  
org.apache.fluss.client.admin.FlussAdminITCase.testGetTableStatsForPartitionedTable
  Time elapsed: 69.378 s  <<< FAILURE!
   java.lang.AssertionError: 
   
   Expecting Optional to contain a value but it was empty.
        at 
org.apache.fluss.server.testutils.FlussClusterExtension.lambda$waitUntilTableReady$8(FlussClusterExtension.java:557)
        at 
org.apache.fluss.testutils.common.CommonTestUtils.retry(CommonTestUtils.java:142)
        at 
org.apache.fluss.server.testutils.FlussClusterExtension.waitUntilTableReady(FlussClusterExtension.java:552)
        at 
org.apache.fluss.client.admin.FlussAdminITCase.testGetTableStatsForPartitionedTable(FlussAdminITCase.java:1958)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
        at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
        at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
        at 
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
        at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
        at 
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
        at 
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
        at 
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
        at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
        at 
org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorCh
   ```


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