Skip to content

Fix flake(s) in rabbit_fifo_int_SUITE (backport #13648) (backport #13651) #13652

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 3 commits into from
Mar 28, 2025

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Mar 28, 2025

The start_cluster helper used the same UID (!!) for all members in the local cluster. This resulted in shared mem tables and all sorts of havoc.


This is an automatic backport of pull request #13648 done by [Mergify](https://mergify.com).
This is an automatic backport of pull request #13651 done by [Mergify](https://mergify.com).

The start_cluster helper used the same UID (!!) for all members
in the local cluster. This resulted in shared mem tables and
all sorts of havoc.

(cherry picked from commit 1d9f179)
(cherry picked from commit 7899349)

# Conflicts:
#	deps/rabbit/test/rabbit_fifo_int_SUITE.erl
(cherry picked from commit e71fa51)
(cherry picked from commit ae0cffd)
@mergify mergify bot added the conflicts label Mar 28, 2025
Copy link
Author

mergify bot commented Mar 28, 2025

Cherry-pick of 7899349 has failed:

On branch mergify/bp/v4.0.x/pr-13651
Your branch is up to date with 'origin/v4.0.x'.

You are currently cherry-picking commit 789934958.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   deps/rabbit/test/rabbit_fifo_int_SUITE.erl

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@michaelklishin michaelklishin added this to the 4.0.8 milestone Mar 28, 2025
@michaelklishin michaelklishin merged commit afb162f into v4.0.x Mar 28, 2025
270 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.0.x/pr-13651 branch March 28, 2025 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants