https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38988
--- Comment #1 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 177286 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177286&action=edit Bug 38988: Make the polling use case be normal in about page This patch makes choosing `polling` for the `JobsNotificationMethod` system preference not be considered problematic or different than `STOMP`. To test: 1. In `KTD` make sure you have `STOMP` selected 2. Make sure rabbitmq is running: $ ktd --shell k$ sudo -s $ service rabbitmq-server start 3. Go to the about page, 'Server information' => SUCCESS: 'Using RabbitMQ' displayed 4. Stop rabbit $ service rabbitmq-server stop 5. Repeat 3 => SUCCESS: Using Rabbit but fallback to polling 6. Go to the 'System information' tab => SUCCESS: Error message about the broker not functional 7. Choose 'polling' 8. Repeat 3 => FAIL: It says 'Using SQL polling' but in bold face <.< 9. Repeat 6 => FAIL: There's an error about the broker, which we explicitly asked not to use <.< 10. Apply this patch 11. Repeat 3 => SUCCESS: Nothing weird, 'Using SQL polling' displayed. 12. Repeat 6 => SUCCESS: No weird error about the broker. 13. Switch to 'STOMP' => SUCCESS: Behavior is the same with/without rabbit running 14. Sign off :-D Signed-off-by: Tomas Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
