Skip to content

Add fork mode support to test framework #4761

Add fork mode support to test framework

Add fork mode support to test framework #4761

Triggered via pull request October 24, 2025 16:14
Status Failure
Total duration 4m 21s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

12 errors
lint
golangci-lint exit with code 3
test (ubuntu-latest)
Process completed with exit code 2.
test (ubuntu-latest): internal/test/test_test.go#L831
unknown field ForkURL in struct literal of type flagsTests
test (ubuntu-latest): internal/test/test_test.go#L814
unknown field ForkNetwork in struct literal of type flagsTests
test (ubuntu-latest): internal/test/test_test.go#L813
unknown field ForkURL in struct literal of type flagsTests
test (ubuntu-latest): internal/test/test_test.go#L781
unknown field ForkNetwork in struct literal of type flagsTests
test (ubuntu-latest): internal/test/test_test.go#L780
unknown field ForkURL in struct literal of type flagsTests
test (ubuntu-latest)
cannot use result (variable of type *standardLibrary) as stdlib.StandardLibraryHandler value in argument to stdlib.InterpreterDefaultScriptStandardLibraryValues: *standardLibrary does not implement stdlib.StandardLibraryHandler (wrong type for method EmitEvent)
test (ubuntu-latest)
cannot use result (variable of type *standardLibrary) as stdlib.StandardLibraryHandler value in argument to stdlib.InterpreterDefaultStandardLibraryValues: *standardLibrary does not implement stdlib.StandardLibraryHandler (wrong type for method EmitEvent)
test (ubuntu-latest)
cannot use standardLibrary{} (value of struct type standardLibrary) as stdlib.StandardLibraryHandler value in variable declaration: standardLibrary does not implement stdlib.StandardLibraryHandler (wrong type for method EmitEvent)
test (windows-latest)
The strategy configuration was canceled because "test.ubuntu-latest" failed
test (windows-latest)
The operation was canceled.