-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
Remove support for Debian 9 and Ubuntu 16.04; Add Debian 10 support #928
Conversation
e524593
to
bad3f90
Compare
@bastelfreak actually, this is not as bad as I thought. acceptance tests basically pass - I can see if I can figure out an explanation / fix for the one failing test.
|
ah nice, thanks! I think the title is fine. |
bad3f90
to
7d3070b
Compare
So, if I run the manifest again locally, the exit code is 0. Not sure if it's just an idempotency or timing issue? There's no output that suggests an actual problem. |
Worse, it doesn't seem to be totally consistent what fails 🤦 |
7d3070b
to
c677d1c
Compare
Ubuntu 22 has a lot more failures; going to leave that out for now. |
Ok, pushed a test fix for some clustering related stuff. The other stubborn one is the "create parameter resource" one, where the test itself works fine, but the idempotency check (no changes on second run) fails. Going to look at that one.
The issue w/ Ubuntu 20.04 seems to be related to Python installation seemingly needing to run each time. |
It looks like the main issue is due to the newer RabbitMQ version and the issue outlined in #844 |
cf23711
to
6a84a2b
Compare
f634292
to
908e80b
Compare
- Deprecate Debian 9 and Ubuntu 16.04 - Add support for Debian 10 - Remove RABBITMQ_USE_LONGNAME in clustering acceptance tests Acceptance tests fail on instance without a FQDN when `RABBITMQ_USE_LONGNAME` is set to `true` in the environment. Simplify the test case; this still seems to work on older and newer supported versions Signed-off-by: William Yardley <[email protected]>
908e80b
to
e440327
Compare
Rabbitmq_plugin now correctly detects implicitly enabled plugins to preserve idempotency regardless of plugin install order Cherry-picked from voxpupuli#844 Fixes voxpupuli#930 Signed-off-by: William Yardley <[email protected]>
e440327
to
b610fca
Compare
I gave up on Debian 11 / Ubuntu 20 for today. Someone can sort those out after some of the rest of this gets out. Arch failures were preexisting. |
Pull Request (PR) description
RABBITMQ_USE_LONGNAME
in clustering acceptance tests)This Pull Request (PR) fixes the following issues
Closes #844
Fixes #930
Fixes #887