-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
Investigate chrome driver failure in wasm test #576
Comments
The actual error is a 404 for http://127.0.0.1:8013/favicon.ico |
The 404 is not the reason the test fails; it fails because of a timeout. local run:
|
@themighty1 This is still happening on alpha.7 from time to time: e.g.: https://github.com/tlsnotary/tlsn/actions/runs/11155476995/job/31006466036?pr=617
BTW: Is this the same error as what went wrong with the browser benchmarks? |
@heeckhau , nope, i dont see any familiar errors. But this may indicate some wonkiness with chromiumoxide. |
@heeckhau Are you suggesting that this error still persists even after we added .incognito() ? https://github.com/tlsnotary/tlsn/blame/4d5102b6e141ecb84b8a835604be1d285ae6eaa5/crates/wasm-test-runner/src/chrome_driver.rs#L19 |
Yes, there must still be a race somewhere. |
We should make sure that we understand what happened here:
https://github.com/tlsnotary/tlsn/actions/runs/10628828020/job/29464418444
The text was updated successfully, but these errors were encountered: