Container PyTest suite for Postgresql-container#640
Open
phracek wants to merge 10 commits intosclorg:masterfrom
Open
Container PyTest suite for Postgresql-container#640phracek wants to merge 10 commits intosclorg:masterfrom
phracek wants to merge 10 commits intosclorg:masterfrom
Conversation
Pull Request validationFailed🔴 Review - Missing review from a member (1 required) Success🟢 CI - All checks have passed |
Member
Author
|
Let's try first round |
Testing Farm results
|
d7126c2 to
a7a86fd
Compare
Member
Author
|
Let's try next round |
pkhartsk
requested changes
Jan 8, 2026
pkhartsk
requested changes
Jan 14, 2026
Contributor
pkhartsk
left a comment
There was a problem hiding this comment.
Found some things and included proposed fixes for both
Member
Author
|
I will rewrite it so that each commit will represent each test suite and ocp_renaming will be a part of another PR. |
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
run_s2i_test -> test_container_basics.py Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
run_container_creation_tests -> test_container_configuration.py run_test_cfg_hook -> test_container_configuration.py Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
run_pgaudit_test -> test_container_extensions.py run_pgvector_test -> test_container_extensions.py run_env_extension_load_test -> test_container_extensions.py Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
run_general_tests -> test_container_general.py Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
run_logging_test -> test_container_logging.py Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
run_change_password_test -> test_container_password Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
run_replication_test -> test_container_replication.py Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
run_s2i_bake_data_test -> test_container_ssl.py run_s2i_enable_ssl_test -> test_container_ssl.py Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
8f8b048 to
7eedd72
Compare
Member
Author
|
[test-pytest] |
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds PyTest suite migrated from
run_pytestscripts.All tests are migrated except
run_migration_testandrun_upgrade_test.