Skip to content

Selenium suites: use RABBITMQ_ENABLED_PLUGINS over RABBITMQ_ENABLED_PLUGINS_FILE (backport #13752) #13799

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 5 commits into from
Apr 25, 2025

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Apr 25, 2025

gmake was ignoring RABBITMQ_ENABLED_PLUGINS_FILE. The majority of the suites were working because all plugins were enabled. But only when I wanted to specify just a few it did not work. It was always enabling all plugins.
With this change, the content of the file enabled_plugins in selenium is converted into the value of the env var RABBITMQ_ENABLED_PLUGINS.

This change is necessary for tanzu wsr testing.

Types of Changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Bug fix (non-breaking change which fixes issue #NNNN)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause an observable behavior change in existing systems)
  • Documentation improvements (corrections, new content, etc)
  • Cosmetic change (whitespace, formatting, etc)
  • Build system and/or CI

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

gmake was ignoring the former env var.

(cherry picked from commit 6262c84)
Use only needed required plugins for basic auth suite

(cherry picked from commit b6d2ff8)
(cherry picked from commit 9e69496)
(cherry picked from commit 0b1a4d2)
@michaelklishin michaelklishin merged commit d6f4a14 into v4.1.x Apr 25, 2025
273 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.1.x/pr-13752 branch April 25, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants