Skip to content

fix(ctmap/gc): fix race conditions and flakiness in TestGCEnableRatchet#42009

Merged
tommyp1ckles merged 2 commits intocilium:mainfrom
AritraDey-Dev:fix/TestGCEnableRatchet
Dec 2, 2025
Merged

fix(ctmap/gc): fix race conditions and flakiness in TestGCEnableRatchet#42009
tommyp1ckles merged 2 commits intocilium:mainfrom
AritraDey-Dev:fix/TestGCEnableRatchet

Conversation

@AritraDey-Dev
Copy link
Copy Markdown
Member

fix race conditions and flakiness in TestGCEnableRatchet

Please ensure your pull request adheres to the following guidelines:

  • For first time contributors, read Submitting a pull request
  • All code is covered by unit and/or runtime tests where feasible.
  • All commits contain a well written commit description including a title,
    description and a Fixes: #XXX line if the commit addresses a particular
    GitHub issue.
  • If your commit description contains a Fixes: <commit-id> tag, then
    please add the commit author[s] as reviewer[s] to this issue.
  • All commits are signed off. See the section Developer’s Certificate of Origin
  • Provide a title or release-note blurb suitable for the release notes.
  • Are you a user of Cilium? Please add yourself to the Users doc
  • Thanks for contributing!

Fixes: #41960

@AritraDey-Dev AritraDey-Dev requested a review from a team as a code owner October 3, 2025 14:37
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Oct 3, 2025
@AritraDey-Dev AritraDey-Dev force-pushed the fix/TestGCEnableRatchet branch 2 times, most recently from df729ba to 5e72324 Compare October 3, 2025 14:45
Copy link
Copy Markdown
Contributor

@tommyp1ckles tommyp1ckles left a comment

Choose a reason for hiding this comment

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

Nice work, thanks for fixing this up @AritraDey-Dev 😄

Just had one comment regarding how we deal with mutating the global config vars.

@AritraDey-Dev AritraDey-Dev force-pushed the fix/TestGCEnableRatchet branch 2 times, most recently from a6e5402 to 91a62fb Compare October 18, 2025 10:34
@github-actions
Copy link
Copy Markdown

This pull request has been automatically marked as stale because it
has not had recent activity. It will be closed if no further activity
occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale. label Nov 22, 2025
@AritraDey-Dev AritraDey-Dev force-pushed the fix/TestGCEnableRatchet branch 2 times, most recently from 37fbc71 to a644323 Compare November 28, 2025 09:18
@github-actions github-actions bot removed the stale The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale. label Nov 29, 2025
@tommyp1ckles
Copy link
Copy Markdown
Contributor

/test

@tommyp1ckles
Copy link
Copy Markdown
Contributor

@AritraDey-Dev Thanks for the changes! I see some unrelated test failures; could you do a rebase on this branch?

@AritraDey-Dev AritraDey-Dev force-pushed the fix/TestGCEnableRatchet branch from a644323 to 6323366 Compare December 2, 2025 02:32
Signed-off-by: Aritra Dey <adey01027@gmail.com>
Signed-off-by: Aritra Dey <adey01027@gmail.com>
@AritraDey-Dev
Copy link
Copy Markdown
Member Author

/test

@tommyp1ckles tommyp1ckles added the release-note/ci This PR makes changes to the CI. label Dec 2, 2025
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Dec 2, 2025
@tommyp1ckles tommyp1ckles added the area/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. label Dec 2, 2025
@tommyp1ckles tommyp1ckles added this pull request to the merge queue Dec 2, 2025
Merged via the queue into cilium:main with commit 26360b4 Dec 2, 2025
77 checks passed
@AritraDey-Dev AritraDey-Dev deleted the fix/TestGCEnableRatchet branch December 3, 2025 04:12
@tommyp1ckles tommyp1ckles added the needs-backport/1.18 This PR / issue needs backporting to the v1.18 branch label Jan 29, 2026
@mhofstetter mhofstetter mentioned this pull request Jan 29, 2026
6 tasks
@mhofstetter mhofstetter added backport-pending/1.18 The backport for Cilium 1.18.x for this PR is in progress. and removed needs-backport/1.18 This PR / issue needs backporting to the v1.18 branch labels Jan 29, 2026
@github-actions github-actions bot added backport-done/1.18 The backport for Cilium 1.18.x for this PR is done. and removed backport-pending/1.18 The backport for Cilium 1.18.x for this PR is in progress. labels Jan 30, 2026
@cilium-release-bot cilium-release-bot bot moved this to Released in cilium v1.19.0 Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/datapath Impacts bpf/ or low-level forwarding details, including map management and monitor messages. backport-done/1.18 The backport for Cilium 1.18.x for this PR is done. feature/conntrack release-note/ci This PR makes changes to the CI.

Projects

No open projects
Status: Released

Development

Successfully merging this pull request may close these issues.

CI: Integration Tests - TestGCEnableRatchet

3 participants