DaZuiZui commented on PR #17645:
URL: https://github.com/apache/iotdb/pull/17645#issuecomment-4437346971
I checked the failed Windows Simple IT log. The Maven Failsafe error is only
the final summary. The actual failure is:
```text
Error: Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed:
321.5 s <<< FAILURE! -- in org.apache.iotdb.db.it.quotas.IoTDBSpaceQuotaIT
Error: 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)
--
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]