Skip to content

Try to fix some intermittent nightly failures #1587

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 2 commits into from
May 29, 2025

Conversation

award999
Copy link
Contributor

  • Clear task cache each activation
  • Capture terminate promise before start debug test session
  • gatherTests does not need to be async
  • Make sure CodeLLDB is setup
  • Try external terminal for LLDB
  • Better reseting of diagnostics collection

@award999 award999 added the full-test-run Perform a full test suite run. Apply this label before pushing up a PR or commit label May 28, 2025
- Clear task cache each activation
- Capture terminate promise before start debug test session
- gatherTests does not need to be async
- Make sure CodeLLDB is setup
- Try external terminal for LLDB
- Better reseting of diagnostics collection
@award999 award999 force-pushed the nightly-failures branch from 06194c5 to ff8ffb0 Compare May 28, 2025 20:00
@@ -8,5 +8,6 @@
"-DTEST_ARGUMENT_SET_VIA_TEST_BUILD_ARGUMENTS_SETTING"
],
"lldb.verboseLogging": true,
"lldb.launch.terminal": "external",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This may help CodeLLDB hanging vadimcn/codelldb#1040

@@ -17,7 +17,7 @@ set -ex

current_directory=$(pwd)

mkdir /tmp/code
mkdir -p /tmp/code
Copy link
Contributor Author

Choose a reason for hiding this comment

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

when running subsequent time in devcontainer

@award999 award999 merged commit ea46358 into swiftlang:main May 29, 2025
19 checks passed
@award999 award999 deleted the nightly-failures branch May 29, 2025 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full-test-run Perform a full test suite run. Apply this label before pushing up a PR or commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants