Varios Fixes #897
Annotations
10 errors and 2 warnings
Run go test -v -timeout 10m -race ./...:
examples/local/fivenodenetwork/main.go#L71
not enough arguments in call to local.NewDefaultNetwork
|
Run go test -v -timeout 10m -race ./...:
examples/local/indepth/main.go#L76
not enough arguments in call to local.NewDefaultNetwork
|
Run go test -v -timeout 10m -race ./...:
local/network_test.go#L42
cannot use &localTestSuccessfulNodeProcessCreator{} (value of type *localTestSuccessfulNodeProcessCreator) as NodeProcessCreator value in variable declaration: *localTestSuccessfulNodeProcessCreator does not implement NodeProcessCreator (wrong type for method NewNodeProcess)
|
Run go test -v -timeout 10m -race ./...:
local/network_test.go#L43
cannot use &localTestFailedStartProcessCreator{} (value of type *localTestFailedStartProcessCreator) as NodeProcessCreator value in variable declaration: *localTestFailedStartProcessCreator does not implement NodeProcessCreator (wrong type for method NewNodeProcess)
|
Run go test -v -timeout 10m -race ./...:
local/network_test.go#L44
cannot use &localTestProcessUndefNodeProcessCreator{} (value of type *localTestProcessUndefNodeProcessCreator) as NodeProcessCreator value in variable declaration: *localTestProcessUndefNodeProcessCreator does not implement NodeProcessCreator (wrong type for method NewNodeProcess)
|
Run go test -v -timeout 10m -race ./...:
local/network_test.go#L45
cannot use &localTestFlagCheckProcessCreator{} (value of type *localTestFlagCheckProcessCreator) as NodeProcessCreator value in variable declaration: *localTestFlagCheckProcessCreator does not implement NodeProcessCreator (wrong type for method NewNodeProcess)
|
Run go test -v -timeout 10m -race ./...:
local/network_test.go#L158
not enough arguments in call to newNetwork
|
Run go test -v -timeout 10m -race ./...:
local/network_test.go#L226
not enough arguments in call to newNetwork
|
Run go test -v -timeout 10m -race ./...:
local/network_test.go#L259
not enough arguments in call to newNetwork
|
Run go test -v -timeout 10m -race ./...:
local/network_test.go#L483
not enough arguments in call to newNetwork
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "anr-logs-macos-12".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading