-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Helix OSX - Playwright ERR_CERT_DATABASE_CHANGED failures Individual Auth #30825
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
Comments
I think I ran into this in my prototype, but there's an easy solution for it. We create a cert every time we spin up a .NET project, we can switch to create a single https certificate and use that for all of our tests instead. |
Thanks for contacting us. |
Re-opening this issue as it's still used to mark tests as quarantined.
|
@TanayParikh I see this has the |
This issue was closed out when the above PR was merged, but the underlying tests were never un-quarantined. Given it was merged in March, assuming all the tests have a consistent pass rate, we should be fine to un-quarantine now. |
We need Helix enabled for the Playwright tests first before we resolve this issue (if this is still an issue): Depends on: #38818 |
We're running the tests specifically on the build agents for now due to issues with Helix compatibility. Backlogging this until we decide we'd like these tests running on helix. |
For reference here: I believe the issue is that we generate a new HTTPS cert for each test and that causes issues on chrome. We can generate a single HTTPS cert at the beginning of the test run and that should get rid of these problems. |
Closing as a dupe of #46430 |
IndividualAuth_Works tests are failing with the following on OSX, this seems like its generally an issue when the trust store is modified which causes Chrome to flush all the connections, we should investigate to see if we can avoid these exceptions
The text was updated successfully, but these errors were encountered: