This repository was archived by the owner on Nov 22, 2023. It is now read-only.
Description Sometimes fail on CI with output:
=== RUN TestMultipleGet
{" level" :" error" ," error" :" No state for /1623943149477: datastore: key not found" ," time" :" 2021-06-17T15:19:10Z" ," message" :" attempting to configure data store" }
2021-06-17T15:19:10.488Z ERROR fsm fsm/fsm.go:92 Executing event planner failed: Invalid transition in queue, state ` 0` , event ` 4` :
github.com/filecoin-project/go-statemachine/fsm.eventProcessor.Apply
/home/runner/go/pkg/mod/github.com/filecoin-project/go-statemachine@v0.0.0-20200925024713-05bd7c71fbfe/fsm/eventprocessor.go:137
2021-06-17T15:19:10.489Z ERROR fsm fsm/fsm.go:92 Executing event planner failed: Invalid transition in queue, state ` 0` , event ` 4` :
github.com/filecoin-project/go-statemachine/fsm.eventProcessor.Apply
/home/runner/go/pkg/mod/github.com/filecoin-project/go-statemachine@v0.0.0-20200925024713-05bd7c71fbfe/fsm/eventprocessor.go:137
{" level" :" error" ," error" :" No state for /1623943149478: datastore: key not found" ," time" :" 2021-06-17T15:19:10Z" ," message" :" attempting to configure data store" }
2021-06-17T15:19:10.499Z ERROR fsm fsm/fsm.go:92 Executing event planner failed: Invalid transition in queue, state ` 0` , event ` 4` :
github.com/filecoin-project/go-statemachine/fsm.eventProcessor.Apply
/home/runner/go/pkg/mod/github.com/filecoin-project/go-statemachine@v0.0.0-20200925024713-05bd7c71fbfe/fsm/eventprocessor.go:137
2021-06-17T15:19:10.500Z ERROR fsm fsm/fsm.go:92 Executing event planner failed: Invalid transition in queue, state ` 0` , event ` 4` :
github.com/filecoin-project/go-statemachine/fsm.eventProcessor.Apply
/home/runner/go/pkg/mod/github.com/filecoin-project/go-statemachine@v0.0.0-20200925024713-05bd7c71fbfe/fsm/eventprocessor.go:137
2021-06-17T15:19:10.512Z ERROR gs-traversal runtraversal/runtraversal.go:43 failed to load link=bafy2bzacecddt5b3fodntlgkrtin6nj6ybrflotjzcpqutw4zgxdpk73lfnnk, nBlocksRead=0, err=blockstore: block not found
2021-06-17T15:19:10.512Z ERROR gs-traversal runtraversal/runtraversal.go:32 traversal completion check failed, nBlocksRead=0, err=skip
node_test.go:623:
Error Trace: node_test.go:623
popn.go:280
popn.go:697
popn.go:752
node_test.go:626
Error: Not equal:
expected: " "
actual : " context deadline exceeded"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-
+context deadline exceeded
Test: TestMultipleGet Reactions are currently unavailable
Sometimes fail on CI with output:
=== RUN TestMultipleGet {"level":"error","error":"No state for /1623943149477: datastore: key not found","time":"2021-06-17T15:19:10Z","message":"attempting to configure data store"} 2021-06-17T15:19:10.488Z ERROR fsm fsm/fsm.go:92 Executing event planner failed: Invalid transition in queue, state `0`, event `4`: github.com/filecoin-project/go-statemachine/fsm.eventProcessor.Apply /home/runner/go/pkg/mod/github.com/filecoin-project/go-statemachine@v0.0.0-20200925024713-05bd7c71fbfe/fsm/eventprocessor.go:137 2021-06-17T15:19:10.489Z ERROR fsm fsm/fsm.go:92 Executing event planner failed: Invalid transition in queue, state `0`, event `4`: github.com/filecoin-project/go-statemachine/fsm.eventProcessor.Apply /home/runner/go/pkg/mod/github.com/filecoin-project/go-statemachine@v0.0.0-20200925024713-05bd7c71fbfe/fsm/eventprocessor.go:137 {"level":"error","error":"No state for /1623943149478: datastore: key not found","time":"2021-06-17T15:19:10Z","message":"attempting to configure data store"} 2021-06-17T15:19:10.499Z ERROR fsm fsm/fsm.go:92 Executing event planner failed: Invalid transition in queue, state `0`, event `4`: github.com/filecoin-project/go-statemachine/fsm.eventProcessor.Apply /home/runner/go/pkg/mod/github.com/filecoin-project/go-statemachine@v0.0.0-20200925024713-05bd7c71fbfe/fsm/eventprocessor.go:137 2021-06-17T15:19:10.500Z ERROR fsm fsm/fsm.go:92 Executing event planner failed: Invalid transition in queue, state `0`, event `4`: github.com/filecoin-project/go-statemachine/fsm.eventProcessor.Apply /home/runner/go/pkg/mod/github.com/filecoin-project/go-statemachine@v0.0.0-20200925024713-05bd7c71fbfe/fsm/eventprocessor.go:137 2021-06-17T15:19:10.512Z ERROR gs-traversal runtraversal/runtraversal.go:43 failed to load link=bafy2bzacecddt5b3fodntlgkrtin6nj6ybrflotjzcpqutw4zgxdpk73lfnnk, nBlocksRead=0, err=blockstore: block not found 2021-06-17T15:19:10.512Z ERROR gs-traversal runtraversal/runtraversal.go:32 traversal completion check failed, nBlocksRead=0, err=skip node_test.go:623: Error Trace: node_test.go:623 popn.go:280 popn.go:697 popn.go:752 node_test.go:626 Error: Not equal: expected: "" actual : "context deadline exceeded" Diff: --- Expected +++ Actual @@ -1 +1 @@ - +context deadline exceeded Test: TestMultipleGet