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

Explore challenging intermittent nightly test failures #3148

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

bspratt
Copy link
Member

@bspratt bspratt commented Sep 5, 2024

Integration branch to try to understand test failures on JASON-XPS

@@ -196,6 +196,8 @@ public static bool CreateBuildCommands(

commandShell.Add("#@ Checking out {0} source files...\n", branchName);
commandShell.Add("# Checking out {0} source files...", branchName);
commandShell.Add("# Setting git's http postBuffer size to 500MB, should help with clone on unstable networks");
commandShell.Add("{0} config --global http.postBuffer 524288000", git.Quote());
Copy link
Contributor

Choose a reason for hiding this comment

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

Doing git config --global has the effect of modifying the .gitconfig file in the user's home directory.

I would recommend instead adding -c http.postBuffer=524288000 to the actual clone commands:
git -c http.postBuffer=524288000 clone ...

Copy link
Member Author

Choose a reason for hiding this comment

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

Nice, thanks.

@brendanx67 brendanx67 changed the title Skyline/work/20240905 what is up with tests on jason xps Explore challenging intermittent nightly test failures Oct 16, 2024
@bspratt
Copy link
Member Author

bspratt commented Oct 16, 2024

I have performed the necessary TeamCity voodoo for the renamed branch to be used for Integration builds.

@bspratt
Copy link
Member Author

bspratt commented Oct 16, 2024

Hah, wait, no - the branch wasn't renamed, just the description.

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