-
Notifications
You must be signed in to change notification settings - Fork 10.4k
HELIX failures investigations #41563
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
3018652
Update template baseline test to use original file name
DamianEdwards 3c2b8d0
Comment out tenmplate baseline test namespace declaration
DamianEdwards f038bb5
Comment out template warning checks
DamianEdwards ad357c5
Trigger matrix helix builds for this branch
DamianEdwards 82217ae
Enable more tracing & dump collect in helix test runner
DamianEdwards 64e1e78
Disable test parallelization for project template tests
DamianEdwards 70a7049
Update Web API template test to ensure unique project key
DamianEdwards 7082f66
Remove parallelism from template tests
DamianEdwards 3872c14
Fix Blazor WASM template tests
DamianEdwards 19d6783
Fix xunit warning
DamianEdwards 05edb44
Bump test timeout to 60m to see if that helps
HaoK 643c693
Print test timeout message & prepare for clean-up
DamianEdwards 0d0dd5b
Ignore process exit code when printing CTS timeout
DamianEdwards 039e163
Add timestamps to helix runner console logs & bump helix timeout for …
DamianEdwards bc1d6a1
Skip LocalDb template tests on non-Windows platforms
DamianEdwards 0614b27
Actually skip tests
DamianEdwards 94e1d63
Update test cmd args in TestRunner.cs
DamianEdwards e44846b
Split up long-running theory to avoid test timeouts
DamianEdwards e06b8d7
Remove template test locks & skip template tests on Debian11Arm
DamianEdwards 9bff3cc
Revert helix matrix config
DamianEdwards 0f5be08
PR feedback
DamianEdwards 7cc446e
PR feedback
DamianEdwards 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
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
How much of this is specific to template tests? Should it be documented in another location instead?
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.
Yeah @HaoK said the same thing in a comment on a commit before I rebased (so it got lost from here) but I'll do that shuffle once this is in main.
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.
Maybe docs/Helix.md for most of this❔