Skip to content
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

Test 'userDataDir option should restore cookies' is flaky #1537

Closed
JoelEinbinder opened this issue Dec 4, 2017 · 1 comment · Fixed by #2327
Closed

Test 'userDataDir option should restore cookies' is flaky #1537

JoelEinbinder opened this issue Dec 4, 2017 · 1 comment · Fixed by #2327
Assignees
Labels

Comments

@JoelEinbinder
Copy link
Collaborator

Looks like there is still a race between closing chrome and writing cookies.

@aslushnikov
Copy link
Contributor

There's an upstream bug for this: https://crbug.com/792187

aslushnikov added a commit to aslushnikov/puppeteer that referenced this issue Apr 7, 2018
This roll includes:
- https://crrev.com/549003 - DevTools: make pptr tests pass with DCHECKs.

The patch fixes a browser crash that happens during browser close.
As a result, cookies were not saved properly (and thus the flaky test we
had).

Fixes puppeteer#1537.
aslushnikov added a commit that referenced this issue Apr 7, 2018
This roll includes:
- https://crrev.com/549003 - DevTools: make pptr tests pass with DCHECKs.

The patch fixes a browser crash that happens during browser close.
As a result, cookies were not saved properly (and thus the flaky test we
had).

Fixes #1537.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants