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

[core] Potential fix for intermittent ci crashes in e2e test #38614

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

Janpot
Copy link
Member

@Janpot Janpot commented Aug 23, 2023

Seeing a bunch of crashes lately. Modern headless Chrome should be stable enough to work without this flag.

https://bugs.chromium.org/p/chromium/issues/detail?id=1162815#c5

--single-process was mostly used for debugbing purpose and is not a mode we really supports.

https://web.archive.org/web/20220125002107/https://www.chromium.org/developers/design-documents/process-models/#TOC-Single-process

The single process model provides a baseline for measuring any overhead that the multi-process architectures impose. It is not a safe or robust architecture, as any renderer crash will cause the loss of the entire browser process. It is designed for testing and development purposes, and it may contain bugs that are not present in the other architectures.

Also removing --no-sandbox. It seems to work without it.

@Janpot Janpot added the test label Aug 23, 2023
@mui-bot
Copy link

mui-bot commented Aug 23, 2023

Netlify deploy preview

https://deploy-preview-38614--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against 823732c

@Janpot Janpot marked this pull request as ready for review August 23, 2023 15:09
@Janpot
Copy link
Member Author

Janpot commented Aug 23, 2023

Not sure whether the issue is 100% fixed by this PR, but I've reran the CI job on this PR about 10 times without any problem.

@Janpot Janpot changed the title [ignore] Debugging ci issue with e2e test [ignore] Potential fix for intermittent ci crashes in e2e test Aug 23, 2023
@Janpot Janpot changed the title [ignore] Potential fix for intermittent ci crashes in e2e test [core] Potential fix for intermittent ci crashes in e2e test Aug 23, 2023
@Janpot Janpot requested a review from michaldudak August 23, 2023 17:49
Copy link
Member

@michaldudak michaldudak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy to try it, especially that we're removing something unsupported.

@Janpot Janpot merged commit 321b200 into mui:master Aug 25, 2023
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 this pull request may close these issues.

3 participants