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

Allow test failures on 7.1 and 7.2 for now #767

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

jrafanie
Copy link
Member

@jrafanie jrafanie commented Nov 15, 2024

Currently, we're getting test failures on 7.1 and 7.2 in the scramsha migration spec. We're not on these versions yet, so mark these as allowed to fail until we fix this.

rspec ./spec/migrations/20241017013023_reencrypt_password_scramsha_spec.rb:7 # ReencryptPasswordScramsha#up Ensures that the user password is stored as scram-sha-256 
rspec ./spec/migrations/20241017013023_reencrypt_password_scramsha_spec.rb:21 # ReencryptPasswordScramsha#up Handles connections with no password

Seen in #766

Opened #768 to fix this when I have the time.

Currently, we're getting test failures on 7.1 and 7.2 in the scramsha migration spec.
We're not on these versions yet, so mark these as allowed to fail until we fix this.

rspec ./spec/migrations/20241017013023_reencrypt_password_scramsha_spec.rb:7 # ReencryptPasswordScramsha#up Ensures that the user password is stored as scram-sha-256
rspec ./spec/migrations/20241017013023_reencrypt_password_scramsha_spec.rb:21 # ReencryptPasswordScramsha#up Handles connections with no password
@Fryguy
Copy link
Member

Fryguy commented Nov 15, 2024

cc @bdunne

@Fryguy Fryguy merged commit d08bbf3 into ManageIQ:master Nov 15, 2024
7 checks passed
@jrafanie jrafanie deleted the allow-71-72-ci-failures-for-now branch November 15, 2024 22:13
@Fryguy
Copy link
Member

Fryguy commented Nov 19, 2024

Backported to radjabov in commit cb1a7f7.

commit cb1a7f75ebda898576245ffaa33ce842c3ff5840
Author: Jason Frey <[email protected]>
Date:   Fri Nov 15 16:49:44 2024 -0500

    Merge pull request #767 from jrafanie/allow-71-72-ci-failures-for-now
    
    Allow test failures on 7.1 and 7.2 for now
    
    (cherry picked from commit d08bbf3d4eb8e553f2d99bca081a4fbaa6812222)

Fryguy added a commit that referenced this pull request Nov 19, 2024
Allow test failures on 7.1 and 7.2 for now

(cherry picked from commit d08bbf3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants