Skip to content
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

Default queue type (DQT): fall back to node-wide default when virtual host has no metadata set #12109

Merged
merged 3 commits into from
Aug 24, 2024

Commits on Aug 24, 2024

  1. DQT: fall back to node-wide default

    when virtual host does not have any metadata.
    
    References #11541 #11457 #11528
    michaelklishin committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    29051a8 View commit details
    Browse the repository at this point in the history
  2. One more node-wide DQT test

    References #11541 #11457 #11528
    michaelklishin committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c41c27d View commit details
    Browse the repository at this point in the history
  3. Update HTTP API tests

    This relaxes assert_list/2 assertion to
    not require the size of an actually returned list element
    to be exactly equal to the size of the expected one.
    
    Sometimes it makes perfect sense to not assert on
    every single key but only a subset, and with this
    change, it now will be possible.
    
    Individual tests may choose to assert on all
    keys by listing them explicitly.
    michaelklishin committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    768b2f6 View commit details
    Browse the repository at this point in the history