Skip to content

Commit

Permalink
Turn off old node which do not work with new config
Browse files Browse the repository at this point in the history
  • Loading branch information
jellonek committed Dec 4, 2024
1 parent 98486e0 commit 7cefa78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion systest/tests/smeshing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ func TestSmeshing(t *testing.T) {

tctx := testcontext.New(t)
tctx.RemoteSize = tctx.ClusterSize / 4 // 25% of nodes are remote
tctx.OldSize = tctx.ClusterSize / 4 // 25% of nodes are old

// commented out for node split testing
// tctx.OldSize = tctx.ClusterSize / 4 // 25% of nodes are old
vests := vestingAccs{
prepareVesting(t, 3, 8, 20, 1e15, 10e15),
prepareVesting(t, 5, 8, 20, 1e15, 10e15),
Expand Down

0 comments on commit 7cefa78

Please sign in to comment.