OneSizeFitsQuorum opened a new pull request, #11717:
URL: https://github.com/apache/iotdb/pull/11717

   For addMemberToGroup UT:
   - The previous UT operates the underlying state machine only after the 
leader is elected, and the state machine may not be fully restored at this 
time, thus making some subsequent judgments wrong. This PR changes to ensure 
that the Leader's state machine is not read until the leader is ready (i.e., 
the state machine is restored) to ensure that the CI environment does not fail
   
   For testThresholdSnapshot UT:
   - In CI environment, some threads are scheduled slowly, requiring 3 chances 
to generate Snapshot may lead to instability, so this PR is changed to 12 
times, which is as low as possible in CI environment with weak resource 
environment


-- 
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: reviews-unsubscr...@iotdb.apache.org

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

Reply via email to