sectorstorage: Move sealed sectors to storage in FinalizeSector

This commit is contained in:
Łukasz Magiera
2020-03-25 19:21:53 +01:00
parent 08ca60cfa8
commit 00cfb3bdcf
6 changed files with 124 additions and 0 deletions
+2
View File
@@ -4,6 +4,7 @@ import (
"bytes"
"context"
"crypto/rand"
"github.com/filecoin-project/lotus/lib/lotuslog"
"io/ioutil"
"net/http/httptest"
"testing"
@@ -454,6 +455,7 @@ func TestAPIDealFlowReal(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode")
}
lotuslog.SetupLogLevels()
logging.SetLogLevel("miner", "ERROR")
logging.SetLogLevel("chainstore", "ERROR")
logging.SetLogLevel("chain", "ERROR")