implement unit-tests + resolve conflicts #132
tests.yml
on: push
unit-tests
3m 45s
integration-tests
4m 12s
system-tests
23s
Annotations
17 errors
|
system-tests
Process completed with exit code 1.
|
|
unit-tests:
pkg/testutil/lumera.go#L12
action_msg redeclared in this block
|
|
unit-tests:
pkg/testutil/lumera.go#L5
other declaration of action_msg
|
|
unit-tests:
pkg/testutil/lumera.go#L12
"github.com/LumeraProtocol/supernode/pkg/lumera/modules/action_msg" imported and not used
|
|
unit-tests:
pkg/testutil/lumera.go#L72
method MockLumeraClient.ActionMsg already declared at pkg/testutil/lumera.go:36:28
|
|
unit-tests:
pkg/testutil/lumera.go#L73
cannot use c.actionMsgMod (variable of type *MockActionMsgModule) as action_msg.Module value in return statement: *MockActionMsgModule does not implement action_msg.Module (wrong type for method FinalizeCascadeAction)
|
|
unit-tests:
pkg/testutil/lumera.go#L127
method MockActionModule.GetParams already declared at pkg/testutil/lumera.go:114:28
|
|
unit-tests:
pkg/testutil/lumera.go#L187
method MockSupernodeModule.GetParams already declared at pkg/testutil/lumera.go:148:31
|
|
unit-tests
Process completed with exit code 1.
|
|
integration-tests:
pkg/testutil/lumera.go#L12
action_msg redeclared in this block
|
|
integration-tests:
pkg/testutil/lumera.go#L5
other declaration of action_msg
|
|
integration-tests:
pkg/testutil/lumera.go#L12
"github.com/LumeraProtocol/supernode/pkg/lumera/modules/action_msg" imported and not used
|
|
integration-tests:
pkg/testutil/lumera.go#L72
method MockLumeraClient.ActionMsg already declared at pkg/testutil/lumera.go:36:28
|
|
integration-tests:
pkg/testutil/lumera.go#L73
cannot use c.actionMsgMod (variable of type *MockActionMsgModule) as action_msg.Module value in return statement: *MockActionMsgModule does not implement action_msg.Module (wrong type for method FinalizeCascadeAction)
|
|
integration-tests:
pkg/testutil/lumera.go#L127
method MockActionModule.GetParams already declared at pkg/testutil/lumera.go:114:28
|
|
integration-tests:
pkg/testutil/lumera.go#L187
method MockSupernodeModule.GetParams already declared at pkg/testutil/lumera.go:148:31
|
|
integration-tests
Process completed with exit code 1.
|