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

Fix E2E tests persistent flakiness + build hanging #3188

Merged
merged 6 commits into from
Jan 9, 2025
Merged

Conversation

kllysng
Copy link
Contributor

@kllysng kllysng commented Jan 8, 2025

Issue 1: The persistent flakiness 🥐
After enabling output and error logs, we see this in a build with failing E2E tests.
image
We can't replicate this locally as we have the certs configured locally. Moving to HTTP from HTTPS should resolve this for our builds.

Issue 2: Build Hanging
Adding logging from the output/error streams on the processes mean that we need to close them. 🤦‍♀️ Interestingly, the IdWeb build didn't fail on this, but the Unified build did.

Copy link

github-actions bot commented Jan 8, 2025

Summary

Summary
Generated on: 1/8/2025 - 11:57:50 PM
Coverage date: 1/8/2025 - 11:56:31 PM - 1/8/2025 - 11:57:37 PM
Parser: MultiReport (2x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

Copy link

github-actions bot commented Jan 9, 2025

Summary

Summary
Generated on: 1/9/2025 - 12:36:46 AM
Coverage date: 1/9/2025 - 12:35:41 AM - 1/9/2025 - 12:36:41 AM
Parser: MultiReport (2x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

Copy link

github-actions bot commented Jan 9, 2025

Summary

Summary
Generated on: 1/9/2025 - 1:22:47 AM
Coverage date: 1/9/2025 - 1:21:29 AM - 1/9/2025 - 1:22:34 AM
Parser: MultiReport (2x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

@kllysng kllysng marked this pull request as ready for review January 9, 2025 01:23
@kllysng kllysng requested a review from a team as a code owner January 9, 2025 01:23
Copy link

github-actions bot commented Jan 9, 2025

Summary

Summary
Generated on: 1/9/2025 - 1:26:02 AM
Coverage date: 1/9/2025 - 1:24:49 AM - 1/9/2025 - 1:25:57 AM
Parser: MultiReport (2x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

Copy link

github-actions bot commented Jan 9, 2025

Summary

Summary
Generated on: 1/9/2025 - 2:37:57 AM
Coverage date: 1/9/2025 - 2:36:44 AM - 1/9/2025 - 2:37:43 AM
Parser: MultiReport (2x Cobertura)
Assemblies: 0
Classes: 0
Files: 0
Line coverage:
Covered lines: 0
Uncovered lines: 0
Coverable lines: 0
Total lines: 0
Covered branches: 0
Total branches: 0
Method coverage: Feature is only available for sponsors

Coverage

No assemblies have been covered.

Copy link
Contributor

@keegan-caruso keegan-caruso left a comment

Choose a reason for hiding this comment

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

Thanks

Copy link
Collaborator

@jennyf19 jennyf19 left a comment

Choose a reason for hiding this comment

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

awesome
:shipit:

@jennyf19 jennyf19 merged commit cc6f871 into master Jan 9, 2025
5 checks passed
@jennyf19 jennyf19 deleted the kellysong/ui-fix branch January 9, 2025 03:01
Copy link
Collaborator

@jmprieur jmprieur left a comment

Choose a reason for hiding this comment

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

LGTM
Thanks @kllysng

@@ -265,6 +258,10 @@ public static void KillProcessTrees(Queue<Process> processQueue)
{
processQueue.Enqueue(child);
}
await currentProcess.WaitForExitAsync();
Copy link
Collaborator

Choose a reason for hiding this comment

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

do they exit by themselves?

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

Successfully merging this pull request may close these issues.

4 participants