-
Notifications
You must be signed in to change notification settings - Fork 101
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 - decrufted #3328
base: master
Are you sure you want to change the base?
Conversation
…manda in-process causes memory corruption issues which can cause later tests to fail. The problem isn't seen on most machines, and isn't even consistent on the ones where it is (e.g. BSPRATT-UW2)
…ery use of SkylineWindow.OpenFile() is followed by WaitForDocumentLoaded as appropriate - mostly by using AbstractFunctionalTestEx.OpenDocument() instead of RunUI(() => SkylineWindow.OpenFile())
…s you do want release-style code with debug symbols retained
…tps://github.com/ProteoWizard/pwiz into Skyline/work/20250110_skip_MSAmanda_in_nightlies
…e command, which helps on unstable networks
…tps://github.com/ProteoWizard/pwiz into Skyline/work/20250110_skip_MSAmanda_in_nightlies
…tps://github.com/ProteoWizard/pwiz into Skyline/work/20250110_skip_MSAmanda_in_nightlies
…ng on to the next test, and write one more memory dump at the end of the overall test session.
… to see how much that fixes Eduardo's machine
…tps://github.com/ProteoWizard/pwiz into Skyline/work/20250110_skip_MSAmanda_in_nightlies
…number of requests to Uniporot servers for metadata resolution.
…k/20250110_skip_MSAmanda_in_nightlies
We need the perftests commit cherry picked into master ASAP please. Maybe release as well? |
You're referring to the most recent "Improve performance in the Unique Peptides perftests by reducing the number of requests to Uniporot servers for metadata resolution" change? |
Yes. And cherry pick to release as well. Nightlies are failing there too. |
OK I'll make a quick PR with just that change for cherry picking purpose. |
Swapping this in as Integration test branch as hopefully miminal change set for calming nightlies. Most significantly, it omits tests using MSAmanda as that seems to have effects on C++ memory stability.