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

[6.16.z] Fix cli yum repo authentication test #16769

Merged

Commits on Oct 24, 2024

  1. Fix cli yum repo authentication test (#16640)

    There were multiple levels to this error:
    
    * fix parametrization error
      AttributeError: 'generator' object has no attribute 'copy'
    * fix assertion
    * filter invalid parametrizations by adding 'yum_compatible' flag
      - 'latin-1' codec can't encode characters
      - Validation failed: Upstream password requires upstream username be set.
      - Validation failed: Upstream username is too long (maximum is 255 characters)
    
    What was sadly not done:
    * make parametrization ids readable for meanigful debugging
    
    (cherry picked from commit 1b4ad63)
    dosas authored and web-flow committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7c9c49b View commit details
    Browse the repository at this point in the history