-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Automatically retry verify and run commands on Linux if suspect DISPLAY problem #4165
Merged
+617
−64
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
142a830
cli: debug explanation for XVFB
bahmutov ff9e26e
linting
bahmutov 5a9f586
add chai-as-promised to CLI dev
bahmutov 6bb8e1d
show Linux specific error solution if cannot verify
bahmutov 8b329d0
add todo
bahmutov 51d5389
chore: consolidate github issue url logic
bahmutov a7a74a7
linting
bahmutov 8d0d9fc
add npm script lint-changed to quickly eslint fix changes JS files
bahmutov 7747152
retry verify with our XVFB
bahmutov 04b5891
update errors and tests
bahmutov 4ad307c
update CLI tests
bahmutov 8c2c367
add test for display error message
bahmutov fa00621
fix unit test
bahmutov 66a2d83
add successful test with retry
bahmutov 2b50102
finish verify retry test
bahmutov cc9c06b
warn users if hit display problem on first verify
bahmutov afacdc1
try to detect display problem when running electron and retry with ou…
bahmutov 859c1bf
add warning message to spawn when attempting xvfb re-run
bahmutov 4aa038b
add test for display retry behavior on spawn
bahmutov 8850c04
more comments for clarity
bahmutov 080d3b2
fix typo
bahmutov ac5915d
Merge branch 'develop' into more-clarity-about-linux-display-4034
kuceb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
retry verify with our XVFB
- Loading branch information
commit 774715251af3084a3dcba862a6b346d169970bdf
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
handle display error once