We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestK6Object/with_testRunId
Fix the "cannot find context with specified ID" error in the flaky test (see this failure).
Commit: a3b0093
Message:
--- FAIL: TestBrowserCrashErr (0.11s) browser_test.go:241: Error Trace: /home/runner/work/xk6-browser/xk6-browser/tests/browser_test.go:241 Error: Error "error building browser on IterStart: launching browser: browser process ended unexpectedly at <eval>:1:1(0)" does not contain "launching browser: Invalid devtools server port" Test: TestBrowserCrashErr time="2024-05-08T10:20:33Z" level=error msg="process with PID 5654 unexpectedly ended: signal: killed" category=browser elapsed="0 ms" source=browser time="2024-05-08T10:20:33Z" level=error msg="Failed to load resource: the server responded with a status of 404 (Not Found)" browser_source=network line_number=0 source=browser stacktrace="<nil>" url="http://127.0.0.1:35567/ping" time="2024-05-08T10:20:33Z" level=error msg="error on evaluating window.k6SpanId: evaluating JS in global context: context canceled" category="FrameSession:onFrameNavigated" elapsed="0 ms" source=browser time="2024-05-08T10:20:36Z" level=error msg="communicating with browser: websocket: close 1006 (abnormal closure): unexpected EOF" category=cdp elapsed="0 ms" source=browser time="2024-05-08T10:20:36Z" level=error msg="process with PID 6918 unexpectedly ended: signal: killed" category=browser elapsed="11 ms" source=browser time="2024-05-08T10:20:38Z" level=error msg="error on evaluating window.k6SpanId: evaluating JS in global context: context canceled" category="FrameSession:onFrameNavigated" elapsed="0 ms" source=browser time="2024-05-08T10:20:38Z" level=error msg="Failed to load resource: the server responded with a status of 404 (Not Found)" browser_source=network line_number=0 source=browser stacktrace="<nil>" url="http://127.0.0.1:38151/static/empty.html" time="2024-05-08T10:20:38Z" level=error msg="error on evaluating window.k6SpanId: evaluating JS in global context: context canceled" category="FrameSession:onFrameNavigated" elapsed="0 ms" source=browser time="2024-05-08T10:20:39Z" level=warning msg="Please call browser.close only once, and do not use the browser after calling close." category="Browser:Close" elapsed="0 ms" source=browser time="2024-05-08T10:20:46Z" level=error msg="communicating with browser: websocket: close 1006 (abnormal closure): unexpected EOF" category=cdp elapsed="0 ms" source=browser time="2024-05-08T10:20:46Z" level=error msg="process with PID 10028 unexpectedly ended: signal: killed" category=browser elapsed="2 ms" source=browser time="2024-05-08T10:20:48Z" level=error msg="error on evaluating window.k6SpanId: evaluating JS in global context: context canceled" category="FrameSession:onFrameNavigated" elapsed="0 ms" source=browser --- FAIL: TestK6Object (0.00s) --- FAIL: TestK6Object/with_testRunId (0.68s) browser_context_test.go:667: Error Trace: /home/runner/work/xk6-browser/xk6-browser/tests/browser_context_test.go:667 Error: Received unexpected error: Uncaught (in promise) GoError: evaluating JS: Cannot find context with specified id at github.com/grafana/xk6-browser/browser.mapPage.func4 (native) at <eval>:5:26(14) Test: TestK6Object/with_testRunId
To fix the flakiness. This might also indicate an underlying issue.
No response
The content you are editing has changed. Please copy your edits and refresh the page.
#1144
The text was updated successfully, but these errors were encountered:
TestShadowDOMAndDocumentFragment
No branches or pull requests
What?
Fix the "cannot find context with specified ID" error in the flaky test (see this failure).
Commit: a3b0093
Message:
Why?
To fix the flakiness. This might also indicate an underlying issue.
How?
No response
Tasks
Tasks
Related PR(s)/Issue(s)
#1144
The text was updated successfully, but these errors were encountered: