rabbitfixture:main

Last commit made on 2025-11-14
Get this branch:
git clone -b main https://git.launchpad.net/rabbitfixture
Members of LAZR Developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
main
Repository:
lp:rabbitfixture

Recent commits

dce911c... by Jürgen Gmach

Update project and packaging information

Fixed...
- incomplete license information
- missing MANIFEST.in
- missing URLs
- missing Python version qualifiers
- missing meta information

e94de01... by Tushar Gupta

Move to git.

e3862b1... by Colin Watson

Release 0.5.3.

c9ddfba... by Colin Watson

[r=wgrant,jugmac00] Set RABBITMQ_CTL_DIST_PORT_{MIN,MAX} environment variables.

c477233... by Colin Watson

Set RABBITMQ_CTL_DIST_PORT_{MIN,MAX} environment variables.

Otherwise `rabbitmqctl` starts this port range at `RABBITMQ_DIST_PORT` +
10000, which may exceed 65535.

041008a... by Colin Watson

Back to development: 0.5.3.

2d646ae... by Colin Watson

Release 0.5.2.

3d47b27... by Colin Watson

[rs=cjwatson] Fix ignoring of ESRCH errors in RabbitServerRunner._signal.

882966b... by Colin Watson

Fix ignoring of ESRCH errors in RabbitServerRunner._signal.

"If ESRCH do nothing and then raise anyway" is not quite what I meant to
type.

1c26581... by Colin Watson

[r=andrey-fedoseev] Only send SIGTERM once while stopping RabbitServerRunner.