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: talosctl support and race tests #10042

Merged
merged 1 commit into from
Dec 25, 2024
Merged

Conversation

smira
Copy link
Member

@smira smira commented Dec 25, 2024

  1. Don't set max cgroups limit if race mode is enabled (only in test mode). When e.g. apid/trustd are built with race detector on, they consume 10x the memory.
  2. Fix a data race in talosctl support when showing UI progress.
  3. Fix an issue pulling kubeconfig in talosctl support - pull from endpoints (controlplanes) without setting any nodes.
  4. Fix a deadlock in support on context cancel.

Fixes #10036

@smira smira force-pushed the fix/race-support branch 2 times, most recently from 40c565b to 90c669d Compare December 25, 2024 15:48
1. Don't set max cgroups limit if race mode is enabled (only in test
   mode). When e.g. apid/trustd are built with race detector on, they
   consume 10x the memory.
2. Fix a data race in `talosctl support` when showing UI progress.
3. Fix an issue pulling `kubeconfig` in `talosctl support` - pull from
   endpoints (controlplanes) without setting any nodes.

Fixes siderolabs#10036

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
@smira
Copy link
Member Author

smira commented Dec 25, 2024

/m

@talos-bot talos-bot merged commit b72bda0 into siderolabs:main Dec 25, 2024
51 checks passed
@smira smira mentioned this pull request Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Proposed
Status: Backported
Development

Successfully merging this pull request may close these issues.

🧪 qemu-race crashes on pulling support bundle
4 participants