-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
What
TestMultiBrowserPanic panics on k6 1.6.1. It was reported earlier in 1.4.2, as well.
--- FAIL: TestMultiBrowserPanic (0.00s)
--- FAIL: TestMultiBrowserPanic/browsers (0.00s)
browser_test.go:280: testBrowser: finding browser executable: k6 couldn't detect google chrome or a chromium-supported browser on this system
panic: runtime error: invalid memory address or nil pointer dereference [recovered, repanicked]
[signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0xc50310]
goroutine 31 [running]:
testing.tRunner.func1.2({0x1a95bc0, 0x1e01b70})
/home/ubuntu/sdk/gotip/src/testing/testing.go:1974 +0x1a0
testing.tRunner.func1()
/home/ubuntu/sdk/gotip/src/testing/testing.go:1977 +0x324
panic({0x1a95bc0?, 0x1e01b70?})
/home/ubuntu/sdk/gotip/src/runtime/panic.go:860 +0x134
go.k6.io/k6/internal/js/modules/k6/browser/tests.TestMultiBrowserPanic(0x77392ef6f688)
/opt/actions-runner/_work/k6/k6/internal/js/modules/k6/browser/tests/browser_test.go:308 +0xb0
testing.tRunner(0x77392ef6f688, 0x1be1858)
/home/ubuntu/sdk/gotip/src/testing/testing.go:2036 +0xcc
created by testing.(*T).Run in goroutine 1
/home/ubuntu/sdk/gotip/src/testing/testing.go:2101 +0x3cc
FAIL go.k6.io/k6/internal/js/modules/k6/browser/tests 0.013s
? go.k6.io/k6/internal/js/modules/k6/browser/tests/ws [no test files]
FAIL
Reactions are currently unavailable