Wei-hao-Li commented on PR #17645:
URL: https://github.com/apache/iotdb/pull/17645#issuecomment-4437406045

   > Hi @Wei-hao-Li,
   > 
   > I checked the failed Windows Simple IT log. The Maven Failsafe error seems 
to be only the final summary, while the actual failure is:
   > 
   > ```
   > Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 321.5 s 
<<< FAILURE! -- in org.apache.iotdb.db.it.quotas.IoTDBSpaceQuotaIT
   > org.apache.iotdb.db.it.quotas.IoTDBSpaceQuotaIT.setSpaceQuotaTest8 -- Time 
elapsed: 42.50 s <<< FAILURE!
   > java.lang.AssertionError: After 30 times retry, the cluster can't work!
   >     at 
org.apache.iotdb.it.env.cluster.env.AbstractEnv.checkClusterStatus(AbstractEnv.java:534)
   >     at 
org.apache.iotdb.it.env.cluster.env.AbstractEnv.checkClusterStatusWithoutUnknown(AbstractEnv.java:371)
   >     at 
org.apache.iotdb.it.env.cluster.env.AbstractEnv.initEnvironment(AbstractEnv.java:266)
   >     at 
org.apache.iotdb.it.env.cluster.env.AbstractEnv.initEnvironment(AbstractEnv.java:172)
   >     at 
org.apache.iotdb.it.env.cluster.env.AbstractEnv.initEnvironment(AbstractEnv.java:167)
   >     at 
org.apache.iotdb.it.env.cluster.env.SimpleEnv.initClusterEnvironment(SimpleEnv.java:31)
   >     at 
org.apache.iotdb.it.env.cluster.env.SimpleEnv.initClusterEnvironment(SimpleEnv.java:26)
   >     at 
org.apache.iotdb.db.it.quotas.IoTDBSpaceQuotaIT.setUp(IoTDBSpaceQuotaIT.java:54)
   >     at java.base/java.lang.reflect.Method.invoke(Method.java:569)
   >     at 
org.apache.iotdb.it.framework.IoTDBTestRunner.runChild(IoTDBTestRunner.java:64)
   >     at 
org.apache.iotdb.it.framework.IoTDBTestRunner.runChild(IoTDBTestRunner.java:35)
   >     at 
org.apache.iotdb.it.framework.IoTDBTestRunner.run(IoTDBTestRunner.java:49)
   > ```
   > 
   > From the log, this failure happened during `IoTDBSpaceQuotaIT.setUp`, 
before the test logic actually ran. The cluster status check failed after 30 
retries, and the log also shows that only one node was detected during startup.
   > 
   > Since this test is unrelated to the window function changes in this PR, it 
looks more like a Windows CI cluster startup issue. Could you please help rerun 
this Windows Simple IT check?
   > 
   > Thanks!
   
   Done


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