-
Notifications
You must be signed in to change notification settings - Fork 110
Explore challenging intermittent nightly test failures #3148
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
Closed
bspratt
wants to merge
68
commits into
master
from
Skyline/work/20240905_what_is_up_with_tests_on_jason_xps
Closed
Changes from 3 commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
da45bcb
add some debug code to Statistics.Split
bspratt 759fe1c
try to stabilize these tests by using AbstractFunctionalTestEx.OpenDo…
bspratt c074520
per MattC email, try eliminating call to DiaUmpire.Config.GetConfigF…
bspratt 737aff4
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 0c1e803
trying to determine with TestMS1Tutorial is hanging - added Program.R…
bspratt ff5c256
Merge branch 'Skyline/work/20240905_what_is_up_with_tests_on_jason_xp…
bspratt 2be4d07
TestRunner launches ProcDump (if installed, see https://learn.microso…
bspratt b0c7b95
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt b8cb553
Merge branch 'Skyline/work/20240905_what_is_up_with_tests_on_jason_xp…
bspratt d95f715
SkylineNightly: set git's http.postBuffer size to 500MB to help with …
bspratt e5ac552
per Nick suggestion, aply the http buffer size change only for the du…
bspratt 78c4729
add an informative message about SysInternals ProcDump when it isn't …
bspratt 9e13daf
slightly more verbose launch for ProcDump
bspratt da1aa53
try to build as release with debug symbols retained
bspratt 006a64a
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 88265ee
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
brendanx67 9d3c717
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt f4e8579
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 39158cd
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt a7d7e03
trying to leave debug symbols in confuses bjam
bspratt 568acfe
Merge branch 'Skyline/work/20240905_what_is_up_with_tests_on_jason_xp…
bspratt fe9334f
Another try at a TC release build with debug symbols on - backs out a…
bspratt 0a88db1
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 6a426e0
Add leak-related diagnotics to the SkylineTester log stats comparison…
bspratt e0ab70f
Merge branch 'Skyline/work/20240905_what_is_up_with_tests_on_jason_xp…
bspratt dcc84da
more debug output in Ms1FullScanFilteringTutorial
bspratt 1871f77
a bit more granularity on this test's debug logging
bspratt 051db07
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 9384ea3
trying to enable debug symbols in the pwiz CLI
bspratt b167c12
Fix a parsing problem in build-apps.bat that would mistake "debug-sym…
bspratt 932fd94
backing out mistaken change to Jamroot.jam
bspratt a81d191
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt e7c0390
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt ed5f312
add msvc "address sanitizer" to try to chase down memory problem
bspratt d9357ab
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 20c2fb8
address sanitizer makes for big object files: "fatal error C1128: num…
bspratt 2842502
Fix a bad merge
bspratt c6b2c87
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 72030f3
Don't include address sanitizer unless debug-symbols=on
bspratt e73fdbe
introducing WaitForMultiButtonMsgDlg(string messageFormat) to replace…
bspratt 715973b
fix a typo in jamroot.jam
bspratt 993db45
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 9bbd051
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 1e4d700
When lockmass correction is requested for non-Waters data, just issue…
bspratt 4752f8a
fix a race condition in TestAssayLibraryImport and TestAssayLibraryIm…
bspratt 7bebc79
Add a few memory-oriented columns to SkylineTester's RunStats tab for…
bspratt 0d21a08
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 3682ccc
try skipping tests that use MSAmanda, to see if that's implicated in …
bspratt a3b987f
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 173324e
set Program.ReportTutorialTestProgress to write screenshot info to co…
bspratt 71674d3
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt efb3c74
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 3d89896
As previously done with the spectrum lockmass refiner, when lockmass …
bspratt c2e0965
disable address sanitizer - it seems to be its own point of failure a…
bspratt 56172b0
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt a08fa77
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 700cfa8
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt e8058d3
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 74b7af7
re-enable MSAmanda to see if that's what's causing memory issues
bspratt 10bd8c8
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 7f78bce
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 55ea8b2
back out some debug cruft
bspratt 9719351
added a TODO to a comment blocking out potentially problematic code
bspratt 03c1d76
Skipping MS-Amanda tests again to convince myself that's the memory i…
bspratt cea04a7
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 628bf4a
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 4b85049
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 19b83bc
Merge branch 'master' into Skyline/work/20240905_what_is_up_with_test…
bspratt 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
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.
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 ...
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.
Nice, thanks.