Merge pull request #5801 from filecoin-project/fix/fsm-input-stuck

storagefsm: Trigger input processing when below limits
This commit is contained in:
Łukasz Magiera
2021-03-12 19:02:15 +01:00
committed by GitHub
6 changed files with 166 additions and 21 deletions
+3
View File
@@ -58,6 +58,9 @@ func TestAPIDealFlow(t *testing.T) {
t.Run("TestPublishDealsBatching", func(t *testing.T) {
test.TestPublishDealsBatching(t, builder.MockSbBuilder, blockTime, dealStartEpoch)
})
t.Run("TestBatchDealInput", func(t *testing.T) {
test.TestBatchDealInput(t, builder.MockSbBuilder, blockTime, dealStartEpoch)
})
}
func TestAPIDealFlowReal(t *testing.T) {