Skip to content

rabbit_db_binding_SUITE: Enable and fix the auto_delete testcase (backport #15816)#15817

Merged
dumbbell merged 2 commits intov4.3.xfrom
mergify/bp/v4.3.x/pr-15816
Mar 24, 2026
Merged

rabbit_db_binding_SUITE: Enable and fix the auto_delete testcase (backport #15816)#15817
dumbbell merged 2 commits intov4.3.xfrom
mergify/bp/v4.3.x/pr-15816

Conversation

@mergify
Copy link
Copy Markdown

@mergify mergify Bot commented Mar 24, 2026

Why

The wrapper was calling the delete testcase code, not the expected auto_delete one…


This is an automatic backport of pull request #15816 done by Mergify.

... instead of using `export_all`

[Why]
The use of `export_all` brings no benefit but hides problems, like dead
code or never executed tests.

This is the case here: the `auto_delete` testcase executes the `delete`
testcase code and this went unnoticed because of this `export_all`...
This will be fixed in a subsequent commit.

(cherry picked from commit f6c8cd4)
[Why]
The wrapper was calling the `delete` testcase code, not the expected
`auto_delete` one...

(cherry picked from commit 88a2f46)
@dumbbell dumbbell merged commit f8a7449 into v4.3.x Mar 24, 2026
184 checks passed
@dumbbell dumbbell deleted the mergify/bp/v4.3.x/pr-15816 branch March 24, 2026 13:47
dumbbell added a commit that referenced this pull request Mar 24, 2026
rabbit_db_binding_SUITE: Enable and fix the `auto_delete` testcase (backport #15816) (backport #15817)
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.

1 participant