Skip to content

rabbit_db_binding_SUITE: Enable and fix the auto_delete testcase#15816

Merged
dumbbell merged 2 commits intomainfrom
fix-rabbit_db_binding_SUITE
Mar 24, 2026
Merged

rabbit_db_binding_SUITE: Enable and fix the auto_delete testcase#15816
dumbbell merged 2 commits intomainfrom
fix-rabbit_db_binding_SUITE

Conversation

@dumbbell
Copy link
Copy Markdown
Collaborator

Why

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

... 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.
[Why]
The wrapper was calling the `delete` testcase code, not the expected
`auto_delete` one...
@dumbbell dumbbell self-assigned this Mar 24, 2026
@dumbbell dumbbell marked this pull request as ready for review March 24, 2026 12:30
@dumbbell dumbbell merged commit f95f2ab into main Mar 24, 2026
184 checks passed
@dumbbell dumbbell deleted the fix-rabbit_db_binding_SUITE branch March 24, 2026 12:30
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)
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