Fix ci problems.

This commit is contained in:
xiao-77 2025-02-18 12:28:07 +08:00
parent d071f40328
commit 25a1af2b88
1 changed files with 2 additions and 2 deletions

View File

@ -136,13 +136,13 @@ if $data(2)[4] == leader then
$follower1 = 3
$follower2 = 4
endi
if $data(2)[6] == leader then
if $data(2)[7] == leader then
$leaderExist = 1
$leaderVnode = 3
$follower1 = 2
$follower2 = 4
endi
if $data(2)[8] == leader then
if $data(2)[10] == leader then
$leaderExist = 1
$leaderVnode = 4
$follower1 = 2