fix sectorstatus in itest
This commit is contained in:
parent
fad79f3218
commit
0fce643a10
@ -437,7 +437,7 @@ func TestSchedulerRemoveRequest(t *testing.T) {
|
|||||||
go miner.PledgeSectors(ctx, 1, 0, nil)
|
go miner.PledgeSectors(ctx, 1, 0, nil)
|
||||||
// Keep checking till sector state is PC2, the request should get stuck as worker cannot process PC2
|
// Keep checking till sector state is PC2, the request should get stuck as worker cannot process PC2
|
||||||
for {
|
for {
|
||||||
st, err := miner.SectorsStatus(ctx, 1, false)
|
st, err := miner.SectorsStatus(ctx, 0, false)
|
||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
if st.State == api.SectorState(sealing.PreCommit2) {
|
if st.State == api.SectorState(sealing.PreCommit2) {
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user